Skip to content

Releases: BEagle1984/silverback

v4.3.0

09 May 13:52

Choose a tag to compare

See docs for details.

v4.2.1

09 May 13:51

Choose a tag to compare

  • Prevent an ObjectDisposedException to be thrown by the BrokerCallbackInvoker during application shutdown
  • Fix possible deadlock in BatchSequence with timeout

See docs for details.

v4.2.0

09 May 13:50

Choose a tag to compare

See docs for details.

v4.1.2

16 Mar 15:59

Choose a tag to compare

  • Fix chained error policies attempts counter

See docs for details.

v4.1.1

26 Feb 19:43

Choose a tag to compare

  • Fix bug in outbox producer writing to the wrong endpoint [#165]

See docs for details.

v4.1.0

26 Jan 11:00

Choose a tag to compare

  • Upgrade to Confluent.Kafka 2.0.2
  • Replace the deprecated package Confluent.Kafka.SchemaRegistry.Serdes with Confluent.Kafka.SchemaRegistry.Serdes.Avro
  • Simplify the Avro serializer configuration and add samples (see Kafka - Avro)

See docs for details.

v4.0.1

18 Jan 15:40

Choose a tag to compare

See docs for details.

v4.0.0

11 Jan 20:31

Choose a tag to compare

See docs for details.

v3.8.0

04 Oct 08:38

Choose a tag to compare

  • Topic name resolvers can be used to filter the messages to be produce: returning null will discard the message
  • Fix error policies not being triggered consistently when batch consuming
  • Make IntegrationSpy fully thread-safe
  • Prevent errors when the IKafkaPartitionsRevokedCallback is invoked during application shutdown
  • Improve error handling during connection to MQTT

See docs for details.

v3.7.3

04 Oct 08:37

Choose a tag to compare

  • Support topic names with symbols (e.g. hyphens) in mocked MQTT broker

See docs for details.