diff --git a/sdk/servicebus/Azure.Messaging.ServiceBus/CHANGELOG.md b/sdk/servicebus/Azure.Messaging.ServiceBus/CHANGELOG.md index 6d39d96b1f41..099dcdd4c118 100644 --- a/sdk/servicebus/Azure.Messaging.ServiceBus/CHANGELOG.md +++ b/sdk/servicebus/Azure.Messaging.ServiceBus/CHANGELOG.md @@ -1,18 +1,14 @@ # Release History -## 7.15.0-beta.1 (Unreleased) - -### Features Added - -### Breaking Changes +## 7.15.0 (2023-06-06) ### Bugs Fixed -- Do not copy over the DeliveryAnnotations from the underlying AMQP message when using the constructor for `ServiceBusMessage` that takes a `ServiceBusReceivedMessage` instance. +- Do not copy over `DeliveryAnnotations` when constructing a new `ServiceBusMessage` from a `ServiceBusReceivedMessage`. ### Other Changes -- Update AMQP library dependency to leverage fix for TLS issue on .NET 6.0. +- 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) 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)