Represents the NuGet versions.
- Fixed: Updated internal Beef dependencies to latest.
- Enhancement: Deprecate
Microsoft.Azure.ServiceBus
as per Microsoft guidance. - Fixed: Updated internal Beef dependencies to latest.
- Enhancement: Updated for changes to
Beef.Abstractions
andBeef.Core
.
- 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.
- Enhancement: Added Topic/Subscription support in addition to previous Queue support.
- Enhancement: Updated project to produce symbol packages for improved debugging.
- Fixed: The
AddBeefEventServiceBusSender
extension method was missing theremoveKeyFromSubject
parameter from the auto-infer queue name overload. - Enhancement: Added
ServiceBusReceiverHost.CreateServiceBusData
that will create using configuration in a similar manner as theServiceBusTriggerAttribute
resulting in the correct service bus namespace and queue name.
- Enhancement: Support new
IEventDataContentSerializer
andIEventDataConverter
. - Enhancement: Added
AzureServiceBusMessageConverter
andMicrosoftServiceBusMessageConverter
for their respective, different, SDK versions.
- New: Initial publish to GitHub.