Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 1.28 KB

CHANGELOG.md

File metadata and controls

24 lines (17 loc) · 1.28 KB

Change log

Represents the NuGet versions.

v4.2.2

  • Enhancement: Updated for changes to Beef.Abstractions and Beef.Core.

v4.2.1

  • Enhancement: Re-baseline all Beef components to version v4.2.1 required by Beef.Abstractions introduction; including updating all dependent NuGet packages to their latest respective version.

v4.1.4

  • Enhancement: Added Topic/Subscription support in addition to previous Queue support.
  • Enhancement: Updated project to produce symbol packages for improved debugging.

v4.1.3

  • Fixed: The AddBeefEventServiceBusSender extension method was missing the removeKeyFromSubject parameter from the auto-infer queue name overload.
  • Enhancement: Added ServiceBusReceiverHost.CreateServiceBusData that will create using configuration in a similar manner as the ServiceBusTriggerAttribute resulting in the correct service bus namespace and queue name.

v4.1.2

  • Enhancement: Support new IEventDataContentSerializer and IEventDataConverter.
  • Enhancement: Added AzureServiceBusMessageConverter and MicrosoftServiceBusMessageConverter for their respective, different, SDK versions.

v4.1.1

  • New: Initial publish to GitHub.