0.6.1
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(...)
withscheduled
in the past, will throw an exception.ConfigureEvent<TEvent>(...)
andConfigureConsumer<TEvent, TConsumer>(...)
moved fromEventBusBuilder
toEventBusOptions
. Instead ofbuilder.ConfigureEvent(...)
, dobuilder.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