Skip to content

Commit 6da033f

Browse files
authored
[Messaging] Bump AMQP library version to 2.7.0 (Azure#50529)
* [Messaging] Bump AMQP library version to 2.7.0 The focus of these changes is to update the AMQP library version to 2.7.0, which includes various improvements and bug fixes, the most notable of which is enabling AOT compatibility. * Removing expected AOT warnings.
1 parent 5e038b1 commit 6da033f

File tree

9 files changed

+7
-26
lines changed

9 files changed

+7
-26
lines changed

eng/Packages.Data.props

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

169169
<!-- Other approved packages -->
170-
<PackageReference Update="Microsoft.Azure.Amqp" Version="2.6.11" />
170+
<PackageReference Update="Microsoft.Azure.Amqp" Version="2.7.0" />
171171
<PackageReference Update="Microsoft.Azure.WebPubSub.Common" Version="1.4.0" />
172172
<PackageReference Update="Microsoft.Identity.Client" Version="4.71.1" />
173173
<PackageReference Update="Microsoft.Identity.Client.Extensions.Msal" Version="4.71.1" />

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
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/))_
15+
- Updated the `Microsoft.Azure.Amqp` dependency to 2.7.0, which contains several bug fixes and adds support for AOT. _(see: [commits](https://github.com/Azure/azure-amqp/commits/hotfix/))_
1616

1717
## 5.12.1 (2025-04-09)
1818

sdk/eventhub/Azure.Messaging.EventHubs.Processor/tests/compatibility/ExpectedWarnings.txt

Lines changed: 0 additions & 7 deletions
This file was deleted.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Thank you to our developer community members who helped to make the Event Hubs c
1414

1515
### Other Changes
1616

17-
- 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/))_
17+
- Updated the `Microsoft.Azure.Amqp` dependency to 2.7.0, which contains several bug fixes and adds support for AOT. _(see: [commits](https://github.com/Azure/azure-amqp/commits/hotfix/))_
1818

1919
- 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))_
2020

sdk/eventhub/Azure.Messaging.EventHubs/tests/compatibility/ExpectedWarnings.txt

Lines changed: 0 additions & 7 deletions
This file was deleted.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
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/))_
15+
- Updated the `Microsoft.Azure.Amqp` dependency to 2.7.0, which contains several bug fixes and adds support for AOT. _(see: [commits](https://github.com/Azure/azure-amqp/commits/hotfix/))_
1616

1717
## 6.5.1 (2025-04-09)
1818

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

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

1111
- Updated retry policy behavior when the service is throttling and the `TryTimeout` is shorter than the standard throttling time of 30 seconds. Previously, the operation was immediately canceled with a server busy exception. With these changes, the operation will begin consuming retry attempts while throttling until either the server busy state is cleared or all configured retry attempts are exhausted. ([#50121](https://github.com/Azure/azure-sdk-for-net/issues/50121))
1212

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

1517
### Features Added

sdk/servicebus/Azure.Messaging.ServiceBus/tests/aotcompatibility/ExpectedWarnings.txt

Lines changed: 0 additions & 7 deletions
This file was deleted.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
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/))_
13+
- Updated the `Microsoft.Azure.Amqp` dependency to 2.7.0, which contains several bug fixes and adds support for AOT. _(see: [commits](https://github.com/Azure/azure-amqp/commits/hotfix/))_
1414

1515
## 5.16.6 (2025-04-08)
1616

0 commit comments

Comments
 (0)