Skip to content

Commit 94f2fd1

Browse files
authored
[Messaging] AMQP Transport Library Version Bump (#50148)
Bumping the central version of Microsoft.Azure.Amqp to 2.6.11 to adopt the latest fixes. See: https://github.com/Azure/azure-amqp/commits/hotfix/
1 parent 8639429 commit 94f2fd1

File tree

6 files changed

+12
-3
lines changed

6 files changed

+12
-3
lines changed

eng/Packages.Data.props

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@
166166
<PackageReference Update="Microsoft.Bcl.Numerics" Version="8.0.0" />
167167

168168
<!-- Other approved packages -->
169-
<PackageReference Update="Microsoft.Azure.Amqp" Version="2.6.9" />
169+
<PackageReference Update="Microsoft.Azure.Amqp" Version="2.6.11" />
170170
<PackageReference Update="Microsoft.Azure.WebPubSub.Common" Version="1.4.0" />
171171
<PackageReference Update="Microsoft.Identity.Client" Version="4.71.1" />
172172
<PackageReference Update="Microsoft.Identity.Client.Extensions.Msal" Version="4.71.1" />
@@ -209,7 +209,6 @@
209209
<PackageReference Update="Microsoft.TypeSpec.Generator.ClientModel" Version="[$(UnbrandedGeneratorVersion)]" />
210210
<PackageReference Update="Microsoft.TypeSpec.Generator.Input" Version="[$(UnbrandedGeneratorVersion)]" />
211211
<PackageReference Update="Azure.Generator" Version="[$(AzureGeneratorVersion)]" />
212-
<PackageReference Update="System.ClientModel" Version="1.4.1" />
213212
</ItemGroup>
214213

215214
<!--

sdk/eventhub/Azure.Messaging.EventHubs.Processor/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212

1313
### Other Changes
1414

15+
- Updated the `Microsoft.Azure.Amqp` dependency to 2.6.11, which contains several bug fixes. _(see: [commits](https://github.com/Azure/azure-amqp/commits/hotfix/))_
16+
1517
## 5.12.1 (2025-04-09)
1618

1719
### Bugs Fixed

sdk/eventhub/Azure.Messaging.EventHubs/CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ Thank you to our developer community members who helped to make the Event Hubs c
1818

1919
### Other Changes
2020

21-
- Significantly improved the performance of the Jenkins3 hash computation used for partition key resolution. Across various input sizes, the updated implementation achieves up to 39% faster hash calculation, with the most notable gains seen for smaller keys (8–32 bytes), and consistent improvements across all sizes. The new approach maintains the exact bit-for-bit hash output while reducing overhead. _(A community contribution, courtesy of [danielmarbach](https://github.com/danielmarbach))_
21+
- Updated the `Microsoft.Azure.Amqp` dependency to 2.6.11, which contains several bug fixes. _(see: [commits](https://github.com/Azure/azure-amqp/commits/hotfix/))_
22+
23+
- Improved the performance of the Jenkins3 hash computation used for partition key resolution. Across various input sizes, the updated implementation achieves up to 39% faster hash calculation, with the most notable gains seen for smaller keys (8–32 bytes), and consistent improvements across all sizes. The new approach maintains the exact bit-for-bit hash output while reducing overhead. _(A community contribution, courtesy of [danielmarbach](https://github.com/danielmarbach))_
2224

2325
## 5.12.1 (2025-04-09)
2426

sdk/eventhub/Microsoft.Azure.WebJobs.Extensions.EventHubs/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212

1313
### Other Changes
1414

15+
- Updated the `Microsoft.Azure.Amqp` dependency to 2.6.11, which contains several bug fixes. _(see: [commits](https://github.com/Azure/azure-amqp/commits/hotfix/))_
16+
1517
## 6.5.1 (2025-04-09)
1618

1719
### Bugs Fixed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@
2424

2525
- Enhanced retry logic to consider additional cases for web socket-based failures. In many cases, a `WebSocketException` is triggered which wraps a `SocketException` with the details for the specific network conditions. Retry decisions are now based on the internal exception, if present, to ensure retries are correctly applied.
2626

27+
- Updated the `Microsoft.Azure.Amqp` dependency to 2.6.11, which contains several bug fixes. _(see: [commits](https://github.com/Azure/azure-amqp/commits/hotfix/))_
28+
2729
## 7.18.4 (2025-02-11)
2830

2931
### Bugs Fixed

sdk/servicebus/Microsoft.Azure.WebJobs.Extensions.ServiceBus/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010

1111
### Other Changes
1212

13+
- Updated the `Microsoft.Azure.Amqp` dependency to 2.6.11, which contains several bug fixes. _(see: [commits](https://github.com/Azure/azure-amqp/commits/hotfix/))_
14+
1315
## 5.16.6 (2025-04-08)
1416

1517
### Other Changes

0 commit comments

Comments
 (0)