Skip to content

Releases: zarusz/SlimMessageBus

2.2.0-rc3

26 Nov 05:35
Compare
Choose a tag to compare
2.2.0-rc3 Pre-release
Pre-release
  • .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

27 Oct 03:51
c4cbbac
Compare
Choose a tag to compare
2.2.0-rc1 Pre-release
Pre-release
  • 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

28 Aug 21:59
Compare
Choose a tag to compare
  • Fix for [Host.FluentValidation] Duplicated error messages #192
  • Upgrading the underlying libraries to latest versions

Host.Transport-2.1.9

09 Aug 19:15
Compare
Choose a tag to compare
  • [Host.Memory] Preserve user's exception's stack details #190 by @Spragalas

Host.Transport-2.1.8

26 May 05:16
Compare
Choose a tag to compare
  • [Host.AzureServiceBus] ASB specific consumer settings on handlers and request-response configuration #184

Host.Transport-2.1.7 - RabbitMQ

18 May 22:37
Compare
Choose a tag to compare
  • [Host.RabbitMQ] Introduce RabbitMQ transport #182
  • [Host.RabbitMQ] RabbitMQ request-response support #183

Host.Transport-2.1.7-rc1

14 May 21:53
Compare
Choose a tag to compare
Pre-release

Host.Transport-2.1.6

11 May 16:42
Compare
Choose a tag to compare
  • [Host] Ability to provide lifetime for .AddServicesFromAssembly() for consumers and interceptors #179
  • [Host] Fix runtime dependency issue #180

Host.Transport-2.1.5

07 May 21:57
Compare
Choose a tag to compare
  • [Host] Ability to provide lifetime for .AddServicesFromAssembly() for consumers and interceptors #179

Host.Transport-2.1.4

05 May 07:39
Compare
Choose a tag to compare
  • [Host.AzureServiceBus] Add option for replacing already defined rules in ASB subscription #176 (by @ziurek)