diff --git a/sdk/servicebus/Microsoft.Azure.ServiceBus/CHANGELOG.md b/sdk/servicebus/Microsoft.Azure.ServiceBus/CHANGELOG.md index 5a41dd349c6c..4ef1b532ebad 100644 --- a/sdk/servicebus/Microsoft.Azure.ServiceBus/CHANGELOG.md +++ b/sdk/servicebus/Microsoft.Azure.ServiceBus/CHANGELOG.md @@ -1,6 +1,11 @@ # Release History -## 4.1.4 (2020-08-05) -- Setting sessionId to be same as partition key and adding validation +## 5.0.0 (2020-09-11) +### Breaking Changes +- 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.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) 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