Skip to content

0.7.0

Compare
Choose a tag to compare
@mburumaxwell mburumaxwell released this 08 Feb 07:09
· 735 commits to main since this release
7e483e7

New:

  • Suffixing ConsumerName with the EventName 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 not scheduled.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 to EventBusNamingOptions configured via EventBusOptions.Naming. Instead of options.Scope = "dev" do options.Naming.Scope = "dev"
  • EventBusOptions moved to the Microsoft.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