From 36a4a795e88d9b6a614e355ea2aff9fa53cadd0f Mon Sep 17 00:00:00 2001 From: JoshLove-msft <54595583+JoshLove-msft@users.noreply.github.com> Date: Tue, 6 Jun 2023 13:01:17 -0700 Subject: [PATCH 1/2] Prepare for release --- sdk/servicebus/Azure.Messaging.ServiceBus/CHANGELOG.md | 10 +++++----- .../src/Azure.Messaging.ServiceBus.csproj | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/sdk/servicebus/Azure.Messaging.ServiceBus/CHANGELOG.md b/sdk/servicebus/Azure.Messaging.ServiceBus/CHANGELOG.md index bb9dadf09619..637fffba1b51 100644 --- a/sdk/servicebus/Azure.Messaging.ServiceBus/CHANGELOG.md +++ b/sdk/servicebus/Azure.Messaging.ServiceBus/CHANGELOG.md @@ -1,15 +1,15 @@ # Release History -## 7.15.0-beta.1 (Unreleased) - -### Features Added - -### Breaking Changes +## 7.15.0-beta.1 (2023-06-06) ### Bugs Fixed +- Do not copy over `DeliveryAnnotations` when constructing a new `ServiceBusMessage` from a `ServiceBusReceivedMessage`. + ### Other Changes +- The reference for the AMQP transport library, Microsoft.Azure.Amqp, has been bumped to 2.6.2. This resolves a potential issue opening TLS connections on .NET 6+. + ## 7.14.0 (2023-05-09) ### Features Added 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 adb98734a1ad..b4ec01b5f6a6 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.15.0-beta.1 + 7.15.0 7.14.0 Azure;Service Bus;ServiceBus;.NET;AMQP;$(PackageCommonTags) From aa6a9831ba64ad04e2ae0e328c435f712f94820b Mon Sep 17 00:00:00 2001 From: JoshLove-msft <54595583+JoshLove-msft@users.noreply.github.com> Date: Tue, 6 Jun 2023 13:04:35 -0700 Subject: [PATCH 2/2] version --- sdk/servicebus/Azure.Messaging.ServiceBus/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/servicebus/Azure.Messaging.ServiceBus/CHANGELOG.md b/sdk/servicebus/Azure.Messaging.ServiceBus/CHANGELOG.md index 637fffba1b51..099dcdd4c118 100644 --- a/sdk/servicebus/Azure.Messaging.ServiceBus/CHANGELOG.md +++ b/sdk/servicebus/Azure.Messaging.ServiceBus/CHANGELOG.md @@ -1,6 +1,6 @@ # Release History -## 7.15.0-beta.1 (2023-06-06) +## 7.15.0 (2023-06-06) ### Bugs Fixed