From 4b999cc2b2d04d51849221e2f08856800cee2761 Mon Sep 17 00:00:00 2001 From: Jesse Squire Date: Fri, 4 Oct 2024 15:51:45 -0700 Subject: [PATCH] [Service Bus] October 2024 Release Prep The focus of these changes is to prepare the Service Bus package for the October 2024 release. --- sdk/servicebus/Azure.Messaging.ServiceBus/CHANGELOG.md | 10 +++------- .../src/Azure.Messaging.ServiceBus.csproj | 2 +- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/sdk/servicebus/Azure.Messaging.ServiceBus/CHANGELOG.md b/sdk/servicebus/Azure.Messaging.ServiceBus/CHANGELOG.md index adda7c09ef718..898f85384f2b0 100644 --- a/sdk/servicebus/Azure.Messaging.ServiceBus/CHANGELOG.md +++ b/sdk/servicebus/Azure.Messaging.ServiceBus/CHANGELOG.md @@ -1,15 +1,11 @@ # Release History -## 7.19.0-beta.1 (Unreleased) - -### Features Added - -### Breaking Changes - -### Bugs Fixed +## 7.18.2 (2024-10-08) ### Other Changes +- Enhanced the logs emitted when acquiring a session with `ServiceBusClient` times out or is canceled. As these are known and expected exception conditions, they are now correctly logged as verbose information rather than an error. Previously, these scenarios were special-cased for processors, but receivers were treated as standard errors. Going forward, the processor and client/receiver scenarios are handled consistently. + ## 7.18.1 (2024-07-31) ### Other Changes 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 a04d120f127fa..bb9433abd47ee 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://learn.microsoft.com/azure/service-bus-messaging/service-bus-messaging-overview - 7.19.0-beta.1 + 7.18.2 7.18.1 Azure;Service Bus;ServiceBus;.NET;AMQP;$(PackageCommonTags)