1.0.3
Microsoft.Azure.EventHubs
- Enabling web-sockets support (#177)
- Using ConfigureAwait(false) to avoid context restoration in EventHubPartitionPump.cs, PartitionPump.cs, AmqpPartitionReceiver.cs, AmqpServiceClient.cs (#182)
- Fixing a rare race issue on receiver pump which was emerging during repetitive open/close (#175)
- Fixing receiver-stuck issue which was observed when large receive-timeout values used (#195)
- Moving to Azure AMQP 2.1.1 (#196)
- Fixing an issue on RetryPolicy where parallel async operations of the same client race when incrementing retry counter (#196)
Microsoft.Azure.EventHubs.Processor
- Fixing EPH lease-lost decision logic (#179)
Here are the corresponding NuGet packages:
https://www.nuget.org/packages/Microsoft.Azure.EventHubs/1.0.3
https://www.nuget.org/packages/Microsoft.Azure.EventHubs.Processor/1.0.3