Skip to content

Releases: BEagle1984/silverback

v4.1.1

26 Feb 19:43
Compare
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
Compare
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
Compare
Choose a tag to compare

See docs for details.

v4.0.0

11 Jan 20:31
Compare
Choose a tag to compare

See docs for details.

v3.8.0

04 Oct 08:38
Compare
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
Compare
Choose a tag to compare
  • Support topic names with symbols (e.g. hyphens) in mocked MQTT broker

See docs for details.

v3.7.2

04 Oct 08:36
Compare
Choose a tag to compare
  • Correctly invoke the IKafkaOffsetCommittedCallback when auto commit is disabled [#167]

See docs for details.

v3.7.1

04 Oct 08:35
Compare
Choose a tag to compare
  • Improve message streams abort process to avoid first chance exceptions (e.g. during dispose)

See docs for details.

v3.7.0

18 May 20:06
Compare
Choose a tag to compare
  • Implement basic support for Kafka transactions via KafkaTransactionalProducer
  • Skip chunking when processing single chunk messages
  • Fix possible race condition in consumer pipeline

See docs for details.

v3.6.1

24 Mar 10:56
Compare
Choose a tag to compare
  • Handle race condition in BatchSequence with timeout
  • Limit consumer status history

See docs for details.