Skip to content

Releases: zarusz/SlimMessageBus

2.2.3

29 Feb 00:10

Choose a tag to compare

  • Fixes #215.
  • Upgrade of client libraries to the latest.
  • Slight changes to consumer start logs.

2.2.2

04 Feb 23:29

Choose a tag to compare

  • [Host.Core] Introduce multi-targeting for net8.0, net6.0 and netstandard2.0 for core interfaces #212

2.2.1

19 Jan 23:57

Choose a tag to compare

  • Update all client libraries.
  • Migrate all tests and samples to NET8.
  • [Host.AsyncApi] Fixes #206.

2.2.0

14 Dec 03:45

Choose a tag to compare

  • 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.AzureServiceBus] Ability to specify bus wide .SubscriptionName() and message modifier .WithModifier() #185

2.2.0-rc4

14 Dec 03:26

Choose a tag to compare

2.2.0-rc4 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.AzureServiceBus] Ability to specify bus wide .SubscriptionName() and message modifier .WithModifier() #185

2.2.0-rc3

26 Nov 05:35

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

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

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

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

Choose a tag to compare

  • [Host.AzureServiceBus] ASB specific consumer settings on handlers and request-response configuration #184