Skip to content

0.6.1

Compare
Choose a tag to compare
@mburumaxwell mburumaxwell released this 01 Feb 10:17
· 722 commits to main since this release

New: None

Fixes:

  • Fix scheduled time check for InMemoryTRansport.

Breaking:

  • Generated names for Azure Service Bus transport exceeding 50 characters will throw an exception.
  • PublishAsync(...) with scheduled in the past, will throw an exception.
  • ConfigureEvent<TEvent>(...) and ConfigureConsumer<TEvent, TConsumer>(...) moved from EventBusBuilder to EventBusOptions. Instead of builder.ConfigureEvent(...), do builder.Configure(options => options.ConfigureEvent(...)).

Dependencies:

  • Bump AWSSDK.Core from 3.5.2 to 3.5.2.5
  • Bump AWSSDK.Kinesis from 3.5.0.61 to 3.5.0.65
  • Bump AWSSDK.SQS from 3.5.1.10 to 3.5.1.14
  • Bump AWSSDK.SimpleNotificationService from 3.5.1.33 to 3.5.1.37