Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1.61 KB

CHANGELOG.md

File metadata and controls

31 lines (22 loc) · 1.61 KB

Change log

Represents the NuGet versions.

v4.2.4

  • Fixed: Updated internal Beef dependencies to latest.

v4.2.3

  • Enhancement: Deprecate Microsoft.Azure.ServiceBus as per Microsoft guidance.
  • Fixed: Updated internal Beef dependencies to latest.

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.