0.7.0
New:
- Suffixing
ConsumerName
with theEventName
is now optional. HostInfo
can now be overridden or edited for scenarios where more or different information is needed.
Fixes:
- Fix scheduling messages for Azure Service Bus (use
scheduled.UtcDateTime
and notscheduled.DateTime
). - Consumer length for Azure Service Bus is only checked when
UseBasicTier
is false.
Breaking:
- Options related to naming (e.g. generation and sanitization) moved from
EventBusOptions
toEventBusNamingOptions
configured viaEventBusOptions.Naming
. Instead ofoptions.Scope = "dev"
dooptions.Naming.Scope = "dev"
EventBusOptions
moved to theMicrosoft.Extensions.DependencyInjection
namespace.
Dependencies:
- Bump AWSSDK.Core from 3.5.2.5 to 3.5.2.7
- Bump AWSSDK.Kinesis from 3.5.0.65 to 3.5.0.67
- Bump AWSSDK.SQS from 3.5.1.14 to 3.5.1.16
- Bump AWSSDK.SimpleNotificationService from 3.5.1.37 to 3.5.1.39