From 9068dfc7cf5098f5f57029cd3c2c3beaeea11648 Mon Sep 17 00:00:00 2001 From: JoshLove-msft <54595583+JoshLove-msft@users.noreply.github.com> Date: Fri, 5 Feb 2021 10:44:26 -0800 Subject: [PATCH 1/2] Prepare for SB release --- sdk/servicebus/Azure.Messaging.ServiceBus/CHANGELOG.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/sdk/servicebus/Azure.Messaging.ServiceBus/CHANGELOG.md b/sdk/servicebus/Azure.Messaging.ServiceBus/CHANGELOG.md index 8402f0dc9ab7c..24465432169c0 100644 --- a/sdk/servicebus/Azure.Messaging.ServiceBus/CHANGELOG.md +++ b/sdk/servicebus/Azure.Messaging.ServiceBus/CHANGELOG.md @@ -1,16 +1,19 @@ # Release History -## 7.1.0-beta.1 (Unreleased) +## 7.1.0 (2021-02-09) ### Acknowledgments Thank you to our developer community members who helped to make the Service Bus client library better with their contributions to this release: - Aaron Dandy _([GitHub](https://github.com/aarondandy))_ -### Key Bug Fixes +### Added +- Added virtual keyword to all client properties to enable mocking scenarios. +- Added `ServiceBusModelFactory.ServiceBusMessageBatch` to allow mocking a `ServiceBusMessageBatch`. +### Key Bug Fixes - Fixed an issue with the `ServiceBusProcessor` where closing and disposing or disposing multiple times resulted in an exception. (A community contribution, courtesy of _[aarondandy](https://github.com/aarondandy)_) - +- Fixed issue with batch size calculation when using `ServiceBusMessageBatch`. ## 7.0.1 (2021-01-12) From 06c5b33d3e6b95d997ac335967c7ca039200844e Mon Sep 17 00:00:00 2001 From: JoshLove-msft <54595583+JoshLove-msft@users.noreply.github.com> Date: Fri, 5 Feb 2021 10:48:49 -0800 Subject: [PATCH 2/2] Update version --- .../src/Azure.Messaging.ServiceBus.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/servicebus/Azure.Messaging.ServiceBus/src/Azure.Messaging.ServiceBus.csproj b/sdk/servicebus/Azure.Messaging.ServiceBus/src/Azure.Messaging.ServiceBus.csproj index 47dd565f939c9..089e4575db806 100644 --- a/sdk/servicebus/Azure.Messaging.ServiceBus/src/Azure.Messaging.ServiceBus.csproj +++ b/sdk/servicebus/Azure.Messaging.ServiceBus/src/Azure.Messaging.ServiceBus.csproj @@ -1,7 +1,7 @@ Azure Service Bus is a fully managed enterprise integration message broker. Service Bus can decouple applications and services. Service Bus offers a reliable and secure platform for asynchronous transfer of data and state. This client library allows for both sending and receiving messages using Azure Service Bus. For more information about Service Bus, see https://docs.microsoft.com/en-us/azure/service-bus-messaging/service-bus-messaging-overview - 7.1.0-beta.1 + 7.1.0 7.0.1 Azure;Service Bus;ServiceBus;.NET;AMQP;$(PackageCommonTags) $(RequiredTargetFrameworks)