Releases: BEagle1984/silverback
Releases · BEagle1984/silverback
v4.1.1
v4.1.0
- Upgrade to Confluent.Kafka 2.0.2
- Replace the deprecated package
Confluent.Kafka.SchemaRegistry.Serdes
withConfluent.Kafka.SchemaRegistry.Serdes.Avro
- Simplify the Avro serializer configuration and add samples (see Kafka - Avro)
See docs for details.
v4.0.1
- Upgrade to MQTTnet 4.1.4.563
See docs for details.
v4.0.0
- Upgrade to MQTTnet 4.1.3.436
- Upgrade to Confluent.Kafka 1.9.3
- Upgrade to Newtonsoft.Json 13.0.2
- Disable server-side offset commit in
KafkaConsumer
whenGroupId
is not set
See docs for details.
v3.8.0
- 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.