From 3a1e7e18a2bd974f1fa64bfca203d9dd4f0d6bd8 Mon Sep 17 00:00:00 2001 From: JoshLove-msft <54595583+JoshLove-msft@users.noreply.github.com> Date: Fri, 5 Feb 2021 11:01:02 -0800 Subject: [PATCH] Prepare for SB release (#18486) * Prepare for SB release * Update version --- sdk/servicebus/Azure.Messaging.ServiceBus/CHANGELOG.md | 9 ++++++--- .../src/Azure.Messaging.ServiceBus.csproj | 2 +- 2 files changed, 7 insertions(+), 4 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) 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)