Service Bus client 3.3.2 is now live
Check out our newest release for the Service Bus client library!
The NuGet package can be found at https://www.nuget.org/packages/WindowsAzure.ServiceBus/3.3.2.
Below are the release notes:
- EventHub/Messaging: fixed a bug where a race condition in Amqp management code (AmqpServiceClient) can cause thread to spin. This mainly affect EventProcessorHost scenario.
- EventHub: fixed a bug in send code path where if user modified a batch event data list during send operation the send path can throw exception due to collection being modified.
We have also increased the version on our other EventProcessorHost NuGet package to be compatible with 3.3.2. The EPH is available here.
Happy messaging!
Comments
- Anonymous
August 02, 2016
Is there a consolidated changelog for ServiceBus client libraries like the storage team has? https://github.com/Azure/azure-storage-net/blob/master/changelog.txt- Anonymous
August 09, 2016
Hi Dimka - I've created a Gist that will include all the past history back to 3.0.1. Here is the link: http://bit.ly/SBChangeLog_DotNet
- Anonymous