From ef432a50c5751db19d9de48593419819dda98be2 Mon Sep 17 00:00:00 2001 From: DorothySun216 <55454966+DorothySun216@users.noreply.github.com> Date: Thu, 10 Sep 2020 16:07:18 -0700 Subject: [PATCH 1/3] add changelog to version 5.0.0 --- sdk/servicebus/Microsoft.Azure.ServiceBus/CHANGELOG.md | 7 +++++++ .../src/Microsoft.Azure.ServiceBus.csproj | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/sdk/servicebus/Microsoft.Azure.ServiceBus/CHANGELOG.md b/sdk/servicebus/Microsoft.Azure.ServiceBus/CHANGELOG.md index 5a41dd349c6c..baddb87d80b8 100644 --- a/sdk/servicebus/Microsoft.Azure.ServiceBus/CHANGELOG.md +++ b/sdk/servicebus/Microsoft.Azure.ServiceBus/CHANGELOG.md @@ -1,4 +1,11 @@ # Release History +## 5.0.0 +### Breaking Changes +- Enable a way to Unregister Message Handler and Session Handler [PR 14021](https://github.com/Azure/azure-sdk-for-net/pull/14021) + +### Improvements +- Documentation: Add sendAsync warning for partition entities when batching is enabled [PR 14021](https://github.com/Azure/azure-sdk-for-net/pull/11028) + ## 4.1.4 (2020-08-05) - Setting sessionId to be same as partition key and adding validation 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 c0d306e1e7b7..e3b5768af062 100644 --- a/sdk/servicebus/Microsoft.Azure.ServiceBus/src/Microsoft.Azure.ServiceBus.csproj +++ b/sdk/servicebus/Microsoft.Azure.ServiceBus/src/Microsoft.Azure.ServiceBus.csproj @@ -2,7 +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/ - 4.1.4 + 5.0.0 Microsoft;Azure;Service Bus;ServiceBus;.NET;AMQP;IoT;Queue;Topic $(RequiredTargetFrameworks) $(NoWarn);CS1591;CS1573;NU5125 From 1c7f8be431dffde4bfca9c0d163adedcd8fb1dd9 Mon Sep 17 00:00:00 2001 From: DorothySun216 <55454966+DorothySun216@users.noreply.github.com> Date: Thu, 10 Sep 2020 16:15:45 -0700 Subject: [PATCH 2/3] nit --- sdk/servicebus/Microsoft.Azure.ServiceBus/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/servicebus/Microsoft.Azure.ServiceBus/CHANGELOG.md b/sdk/servicebus/Microsoft.Azure.ServiceBus/CHANGELOG.md index baddb87d80b8..2212feda2afa 100644 --- a/sdk/servicebus/Microsoft.Azure.ServiceBus/CHANGELOG.md +++ b/sdk/servicebus/Microsoft.Azure.ServiceBus/CHANGELOG.md @@ -4,7 +4,7 @@ - Enable a way to Unregister Message Handler and Session Handler [PR 14021](https://github.com/Azure/azure-sdk-for-net/pull/14021) ### Improvements -- Documentation: Add sendAsync warning for partition entities when batching is enabled [PR 14021](https://github.com/Azure/azure-sdk-for-net/pull/11028) +- Documentation: Add `SendAsync` warning for partition entities when batching is enabled [PR 14021](https://github.com/Azure/azure-sdk-for-net/pull/11028) ## 4.1.4 (2020-08-05) - Setting sessionId to be same as partition key and adding validation From f4661c5624409444150673d4f2836d3cb65f653a Mon Sep 17 00:00:00 2001 From: DorothySun216 <55454966+DorothySun216@users.noreply.github.com> Date: Thu, 10 Sep 2020 22:36:51 -0700 Subject: [PATCH 3/3] update changelog and add release date --- sdk/servicebus/Microsoft.Azure.ServiceBus/CHANGELOG.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/sdk/servicebus/Microsoft.Azure.ServiceBus/CHANGELOG.md b/sdk/servicebus/Microsoft.Azure.ServiceBus/CHANGELOG.md index 2212feda2afa..4ef1b532ebad 100644 --- a/sdk/servicebus/Microsoft.Azure.ServiceBus/CHANGELOG.md +++ b/sdk/servicebus/Microsoft.Azure.ServiceBus/CHANGELOG.md @@ -1,14 +1,12 @@ # Release History -## 5.0.0 +## 5.0.0 (2020-09-11) ### Breaking Changes -- Enable a way to Unregister Message Handler and Session Handler [PR 14021](https://github.com/Azure/azure-sdk-for-net/pull/14021) +- Setting sessionId to be same as partition key and adding validation [PR 13961](https://github.com/Azure/azure-sdk-for-net/pull/13961) ### Improvements +- Enable a way to Unregister Message Handler and Session Handler [PR 14021](https://github.com/Azure/azure-sdk-for-net/pull/14021) - Documentation: Add `SendAsync` warning for partition entities when batching is enabled [PR 14021](https://github.com/Azure/azure-sdk-for-net/pull/11028) -## 4.1.4 (2020-08-05) -- Setting sessionId to be same as partition key and adding validation - ## 4.1.3 (2020-04-17) - Add `GetQueuesRuntimeInfoAsync`, `GetTopicsRuntimeInfoAsync` and `GetSubscriptionsRuntimeInfoAsync` to `ManagementClient` to allow retrieval of batched entity runtime information. [PR 10261](https://github.com/Azure/azure-sdk-for-net/pull/10261) - Increase version range allowed for `System.IdentityModel.Tokens.Jwt` [PR 10885](https://github.com/Azure/azure-sdk-for-net/pull/10885)