Releases: BEagle1984/silverback
Releases · BEagle1984/silverback
v4.3.0
- Upgrade to MQTTnet 4.2.0.706
- Upgrade to Confluent.Kafka 2.1.1
- Upgrade to Newtonsoft.Json 13.0.3
- Add
ReasonCodeandReasonStringtoMqttProduceExceptionmessage
See docs for details.
v4.2.1
- Prevent an
ObjectDisposedExceptionto be thrown by theBrokerCallbackInvokerduring application shutdown - Fix possible deadlock in BatchSequence with timeout
See docs for details.
v4.2.0
- Upgrade to Confluent.Kafka 2.1.0
See docs for details.
v4.1.2
v4.1.1
v4.1.0
- Upgrade to Confluent.Kafka 2.0.2
- Replace the deprecated package
Confluent.Kafka.SchemaRegistry.SerdeswithConfluent.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
KafkaConsumerwhenGroupIdis not set
See docs for details.
v3.8.0
- Topic name resolvers can be used to filter the messages to be produce: returning
nullwill discard the message - Fix error policies not being triggered consistently when batch consuming
- Make
IntegrationSpyfully thread-safe - Prevent errors when the
IKafkaPartitionsRevokedCallbackis invoked during application shutdown - Improve error handling during connection to MQTT
See docs for details.