You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/changelog/500.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -100,7 +100,8 @@ In the following sections, you'll find more a more detailed and canonical list o
100
100
* Add `IgnoreNoMatchingSubscribersError` setting to MQTT producer endpoints, to prevent throwing when no subscriber is consuming the produced message
101
101
* Basic support for MQTT 5 request-response
102
102
* Add <xref:Silverback.Messaging.Subscribers.ConsumerNameFilterAttribute> to filter the subscribers by consumer name (replaces <xref:Silverback.Messaging.Subscribers.KafkaGroupIdFilterAttribute> and <xref:Silverback.Messaging.Subscribers.MqttClientIdFilterAttribute>)
103
-
* Add new built-in (de-)serializers to support raw `string`, `Stream`, `byte[]` and `JsonDocument` (see <xref:serialization> and <xref:deserialization>)
103
+
* Add new built-in (de-)serializers to support raw `string`, `Stream` and `byte[]` (see <xref:serialization> and <xref:deserialization>)
104
+
* Improve [Activity](https://docs.microsoft.com/en-us/dotnet/api/system.diagnostics.activity) handling for sequences (batch processing, chunking, etc.)
104
105
* Upgrade to [Confluent.Kafka 2.8.0](https://github.com/confluentinc/confluent-kafka-dotnet/releases/tag/v2.2.0)
105
106
* Upgrade to [MQTTnet 5.0.1.1416](https://github.com/chkr1011/MQTTnet/releases/tag/v5.0.1.1416)
[SuppressMessage("ReSharper","InconsistentlySynchronizedField",Justification="The lock is important to avoid multiple complete/abort, here is not important")]
0 commit comments