Releases: zarusz/SlimMessageBus
Releases · zarusz/SlimMessageBus
2.2.0-rc3
- .NET Multi-targeting support (netstandard, net6.0, net8.0)
- Upgrade to the latest libraries and client drivers
- Bus wide
.WithHeaderModifier()
- [Host.AzureServiceBus]: Wait for topology creation to finish before publishing can be made
- [Host.Hybrid] Introduced setting
UndeclaredMessageTypeMode
as part of #200 to customize behavior for non declared message types - Refactor to share consumer logic across transports
- Version plugins together (serializers and transport)
2.2.0-rc1
- Refactor to share consumer logic across transports
- Version plugins together (serializers and transport)
- Bus wide
.WithHeaderModifier()
- Upgrade to the latest libraries and client drivers
- [Host.AzureServiceBus]: Wait for topology creation to finish before publishing can be made
- .NET Multi-targeting support
Host.Transport-2.1.10
- Fix for [Host.FluentValidation] Duplicated error messages #192
- Upgrading the underlying libraries to latest versions
Host.Transport-2.1.9
- [Host.Memory] Preserve user's exception's stack details #190 by @Spragalas
Host.Transport-2.1.8
- [Host.AzureServiceBus] ASB specific consumer settings on handlers and request-response configuration #184
Host.Transport-2.1.7 - RabbitMQ
Host.Transport-2.1.7-rc1
- [Host.RabbitMQ] Introduce RabbitMQ transport #182
Host.Transport-2.1.6
Host.Transport-2.1.5
- [Host] Ability to provide lifetime for
.AddServicesFromAssembly()
for consumers and interceptors #179