This repository has been archived by the owner on Oct 12, 2023. It is now read-only.
3.1.0 Release
Microsoft.Azure.ServiceBus
3.1.0 Release
- Allow management operations (CRUD for queues/topics/subscriptions/rules) #481
- Clients now expose
OwnsConnection
which informs whether connection was created by the client or passed. #485 - Remove reference to System.Runtime.Serialization.Xml package #540
- Microsoft.Azure.ServiceBus.dll is now signed with SHA256
- Updating documentation for SASTokenProvider methods #517
- Custom headers throw when byte[], IDictionary, and IList are used #483
Bug fixes:
EnqueuedSequenceNumber
is now correctly populated. #484- Updated documentation on list of supported message property types #512
ScheduleMessageAsync()
throws when its time to throw. #456- Ensuring non amqp scheme URIs can also be used #526
- Throw if underlying connection is closed #506
Here is the corresponding NuGet package:
https://www.nuget.org/packages/Microsoft.Azure.ServiceBus/3.1.0
For the full list of issues and pull requests for this release, refer to: https://github.com/Azure/azure-service-bus-dotnet/milestone/13