Skip to content

Commit 000048f

Browse files
authored
[Service Bus] January Release Prep (Azure#47884)
The focus of these changes is to prepare the Service Bus library for its January release.
1 parent ed8d054 commit 000048f

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

sdk/servicebus/Azure.Messaging.ServiceBus/CHANGELOG.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
# Release History
22

3-
## 7.19.0-beta.1 (Unreleased)
4-
5-
### Features Added
6-
7-
### Breaking Changes
3+
## 7.18.3 (2025-01-17)
84

95
### Bugs Fixed
106

@@ -16,6 +12,8 @@
1612

1713
- Updated the `Microsoft.Azure.Amqp` dependency to 2.6.9, which contains several bug fixes. _(see: [commits](https://github.com/Azure/azure-amqp/commits/hotfix/))_
1814

15+
- Updated the transitive dependency on `System.Text.Json` to 6.0.10 via `Azure.Core` 1.44.1. Though Service Bus does not perform JSON serialization and was not vulnerable, the .NET 9 SDK was emitting warnings during scans due to a flaw in the previous `System.Text.Json` dependency.
16+
1917
## 7.18.2 (2024-10-08)
2018

2119
### Other Changes

sdk/servicebus/Azure.Messaging.ServiceBus/src/Azure.Messaging.ServiceBus.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<Description>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</Description>
4-
<Version>7.19.0-beta.1</Version>
4+
<Version>7.18.3</Version>
55
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
66
<ApiCompatVersion>7.18.2</ApiCompatVersion>
77
<PackageTags>Azure;Service Bus;ServiceBus;.NET;AMQP;$(PackageCommonTags)</PackageTags>

0 commit comments

Comments
 (0)