Skip to content

Commit 2f68503

Browse files
authored
[Messaging] Bump AMQP dependency (Azure#47342)
Bumping the `Microsoft.Azure.Amqp` dependency to absorb bug fixes and updating the library changelogs.
1 parent 43be57c commit 2f68503

File tree

4 files changed

+23
-1
lines changed

4 files changed

+23
-1
lines changed

eng/Packages.Data.props

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

164164
<!-- Other approved packages -->
165-
<PackageReference Update="Microsoft.Azure.Amqp" Version="2.6.7" />
165+
<PackageReference Update="Microsoft.Azure.Amqp" Version="2.6.9" />
166166
<PackageReference Update="Microsoft.Azure.WebPubSub.Common" Version="1.4.0" />
167167
<PackageReference Update="Microsoft.Identity.Client" Version="4.66.1" />
168168
<PackageReference Update="Microsoft.Identity.Client.Extensions.Msal" Version="4.66.1" />

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

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

33
## 5.12.0-beta.2 (Unreleased)
44

5+
### Acknowledgments
6+
7+
Thank you to our developer community members who helped to make the Event Hubs client libraries better with their contributions to this release:
8+
9+
- tovyhnal _([GitHub](https://github.com/tovyhnal))_
10+
511
### Features Added
612

713
### Breaking Changes
@@ -12,6 +18,10 @@
1218

1319
- Added annotations to make the package compatible with trimming and native AOT compilation.
1420

21+
- Added Event Hub name to processor load balancing logs for additional context. _(A community contribution, courtesy of [tovyhnal](https://github.com/tovyhnal))_
22+
23+
- 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/))_
24+
1525
## 5.11.5 (2024-08-14)
1626

1727
### Other Changes

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

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

33
## 5.12.0-beta.2 (Unreleased)
44

5+
### Acknowledgments
6+
7+
Thank you to our developer community members who helped to make the Event Hubs client libraries better with their contributions to this release:
8+
9+
- tovyhnal _([GitHub](https://github.com/tovyhnal))_
10+
511
### Features Added
612

713
### Breaking Changes
@@ -14,6 +20,10 @@
1420

1521
- Added annotations to make the package compatible with trimming and native AOT compilation.
1622

23+
- Added Event Hub name to processor load balancing logs for additional context. _(A community contribution, courtesy of [tovyhnal](https://github.com/tovyhnal))_
24+
25+
- 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/))_
26+
1727
## 5.11.5 (2024-07-31)
1828

1929
### Other Changes

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

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

1313
- Added annotations to make the package compatible with trimming and native AOT compilation.
1414

15+
- 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/))_
16+
1517
## 7.18.2 (2024-10-08)
1618

1719
### Other Changes

0 commit comments

Comments
 (0)