Silverback Versions Save

Silverback is a simple but feature-rich message bus for .NET core (it currently supports Kafka, RabbitMQ and MQTT).

v4.4.1

5 months ago

See docs for details.

v4.4.0

5 months ago
  • Allow parallel processing of MQTT messages
  • Upgrade to MQTTnet 4.3.1.873
  • Upgrade to Confluent.Kafka 2.2.0
  • Correctly set message timestamp in mocked Kafka
  • Properly handle Kafka partitions revoked event when no partitions were assigned [#214]
  • Respect IgnoreUnhandledException when batch processing [#216]

See docs for details.

v4.3.2

1 year ago
  • Fix potential message loss in OutboxWorker

See docs for details.

v4.3.1

1 year ago
  • Fix deadlock in OutboxWorker when enforceMessageOrder=true (default)

See docs for details.

v4.3.0

1 year ago

See docs for details.

v4.2.1

1 year ago
  • 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

1 year ago

See docs for details.

v4.1.2

1 year ago
  • Fix chained error policies attempts counter

See docs for details.

v4.1.1

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

See docs for details.

v4.1.0

1 year ago
  • 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.