diff --git a/eng/Packages.Data.props b/eng/Packages.Data.props index 052972ec46d7..e97d42f8ab09 100644 --- a/eng/Packages.Data.props +++ b/eng/Packages.Data.props @@ -11,7 +11,7 @@ Dependency versions for Track 1 libraries. --> - + @@ -83,7 +83,7 @@ - + diff --git a/sdk/servicebus/Microsoft.Azure.ServiceBus/CHANGELOG.md b/sdk/servicebus/Microsoft.Azure.ServiceBus/CHANGELOG.md index b5579b5de33d..80ed77fc8987 100644 --- a/sdk/servicebus/Microsoft.Azure.ServiceBus/CHANGELOG.md +++ b/sdk/servicebus/Microsoft.Azure.ServiceBus/CHANGELOG.md @@ -4,6 +4,12 @@ ## 5.1.0-beta.1 (Unreleased) +## 5.1.2 (2021-02-24) +- Update dependency of Microsoft.Azure.Amqp to version 2.4.11 to take in the fix: In auto-flow mode, do not issue more credits when the receiver link is closing. + This solves the bug when prefetch mode is enabled, unexpected number of messages will not be released properly so their delivery count will increase. +- Remove unnecessary Manage claim from sender and receiver. This will fix the scenario where customized TokenProvider is not giving Manage claims [PR 18740](https://github.com/Azure/azure-sdk-for-net/pull/18740) +- Fix Unregister and Re-Register a Message/Session Handler results in System.ObjectDisposedException [PR 18899](https://github.com/Azure/azure-sdk-for-net/pull/18899) + ## 5.1.1 (2021-01-12) - Update dependency of Microsoft.Azure.Amqp to version 2.4.9 diff --git a/sdk/servicebus/Microsoft.Azure.ServiceBus/src/Message.cs b/sdk/servicebus/Microsoft.Azure.ServiceBus/src/Message.cs index 5ff4fe6d0d57..4804db7ce93c 100644 --- a/sdk/servicebus/Microsoft.Azure.ServiceBus/src/Message.cs +++ b/sdk/servicebus/Microsoft.Azure.ServiceBus/src/Message.cs @@ -480,7 +480,7 @@ public long EnqueuedSequenceNumber internal set => this.enqueuedSequenceNumber = value; } - /// Gets or sets the date and time of the sent time in UTC. + /// Gets the date and time of the sent time in UTC. /// The enqueue time in UTC. /// /// The UTC instant at which the message has been accepted and stored in the entity. diff --git a/sdk/servicebus/Microsoft.Azure.ServiceBus/src/Microsoft.Azure.ServiceBus.csproj b/sdk/servicebus/Microsoft.Azure.ServiceBus/src/Microsoft.Azure.ServiceBus.csproj index f59505b51a2f..6b3d81d47fd6 100644 --- a/sdk/servicebus/Microsoft.Azure.ServiceBus/src/Microsoft.Azure.ServiceBus.csproj +++ b/sdk/servicebus/Microsoft.Azure.ServiceBus/src/Microsoft.Azure.ServiceBus.csproj @@ -2,8 +2,7 @@ Azure ServiceBus SDK This is the next generation Azure Service Bus .NET Standard client library that focuses on queues & topics. For more information about Service Bus, see https://azure.microsoft.com/en-us/services/service-bus/ - 5.2.0-beta.1 - 5.1.1 + 5.1.2 Microsoft;Azure;Service Bus;ServiceBus;.NET;AMQP;IoT;Queue;Topic $(RequiredTargetFrameworks) $(NoWarn);CS1591;CS1573;NU5125