Skip to content

Commit 09d7301

Browse files
committed
docs: fix Kafka and MQTTnet versions in changelog
1 parent b6c3c4e commit 09d7301

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

docs/changelog/500.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -102,14 +102,13 @@ In the following sections, you'll find more a more detailed and canonical list o
102102
* 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>)
103103
* Add new built-in (de-)serializers to support raw `string`, `Stream` and `byte[]` (see <xref:serialization> and <xref:deserialization>)
104104
* Improve [Activity](https://docs.microsoft.com/en-us/dotnet/api/system.diagnostics.activity) handling for sequences (batch processing, chunking, etc.)
105-
* Upgrade to [Confluent.Kafka 2.8.0](https://github.com/confluentinc/confluent-kafka-dotnet/releases/tag/v2.2.0)
106-
* Upgrade to [MQTTnet 5.0.1.1416](https://github.com/chkr1011/MQTTnet/releases/tag/v5.0.1.1416)
105+
* Upgrade to [Confluent.Kafka 2.13.1](https://github.com/confluentinc/confluent-kafka-dotnet/releases/tag/v2.13.1)
106+
* Upgrade to [MQTTnet 5.1.0](https://github.com/chkr1011/MQTTnet/releases/tag/v5.1.0)
107107

108108
### Breaking Changes
109109

110110
This release includes many breaking changes, as the library underwent a significant refactoring. The following list might be incomplete but should give you an overview of the most important changes:
111111

112-
* `IEventPublisher`, `ICommandPublisher` and `IQueryPublisher` replaced by extension methods on <xref:Silverback.Messaging.Publishing.IPublisher>
113112
* Refactored the configuration model and related fluent API, refer to the updated [Guides](xref:setup) and [Samples](xref:samples) to see what it looks like in the new version
114113
* Many types, properties, and methods have been renamed or modified to improve readability, consistency, and ergonomics
115114
* Reorganized the configuration namespaces, some extension methods might have been moved to a different namespace, thus requiring a different `using`.
@@ -125,7 +124,7 @@ This release includes many breaking changes, as the library underwent a signific
125124
* Outbox and all storage-dependent features have been rewritten from scratch, look at the [Guides](xref:setup) for more details about the new implementation
126125
* Important: the new Entity Framework based outbox works slightly differently than the previous one, and you might need to explicitly begin a transaction
127126
* Exactly once guard has been replaced by the client side offset storage (see <xref:kafka-offset>)
128-
* Replaced the specialized `IEventPublisher`, `ICommandPublisher`, and `IQueryPublisher`, with equivalent extension methods of the basic <xref:Silverback.Messaging.Publishing.IPublisher> (see <xref:bus>)
127+
* Replaced `IEventPublisher`, `ICommandPublisher`, and `IQueryPublisher` with equivalent extension methods on <xref:Silverback.Messaging.Publishing.IPublisher> (see <xref:bus>)
129128
* Consequently removed the `UseModel` configuration method
130129
* Removed the whole `IBroker` and `IBrokerCollection` constructs
131130
* They are superseded by the `IProducerCollection` and `IConsumerCollection` interfaces, as well as the `IBrokerClientCollection` which grants access to all underlying broker clients

0 commit comments

Comments
 (0)