Skip to content

Commit

Permalink
[Messaging] Bump AMQP dependency (#47342)
Browse files Browse the repository at this point in the history
Bumping the `Microsoft.Azure.Amqp` dependency to absorb bug fixes and updating
the library changelogs.
  • Loading branch information
jsquire authored Nov 26, 2024
1 parent 43be57c commit 2f68503
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 1 deletion.
2 changes: 1 addition & 1 deletion eng/Packages.Data.props
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@
<PackageReference Update="Microsoft.Bcl.Numerics" Version="8.0.0" />

<!-- Other approved packages -->
<PackageReference Update="Microsoft.Azure.Amqp" Version="2.6.7" />
<PackageReference Update="Microsoft.Azure.Amqp" Version="2.6.9" />
<PackageReference Update="Microsoft.Azure.WebPubSub.Common" Version="1.4.0" />
<PackageReference Update="Microsoft.Identity.Client" Version="4.66.1" />
<PackageReference Update="Microsoft.Identity.Client.Extensions.Msal" Version="4.66.1" />
Expand Down
10 changes: 10 additions & 0 deletions sdk/eventhub/Azure.Messaging.EventHubs.Processor/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## 5.12.0-beta.2 (Unreleased)

### Acknowledgments

Thank you to our developer community members who helped to make the Event Hubs client libraries better with their contributions to this release:

- tovyhnal _([GitHub](https://github.com/tovyhnal))_

### Features Added

### Breaking Changes
Expand All @@ -12,6 +18,10 @@

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

- Added Event Hub name to processor load balancing logs for additional context. _(A community contribution, courtesy of [tovyhnal](https://github.com/tovyhnal))_

- 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/))_

## 5.11.5 (2024-08-14)

### Other Changes
Expand Down
10 changes: 10 additions & 0 deletions sdk/eventhub/Azure.Messaging.EventHubs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## 5.12.0-beta.2 (Unreleased)

### Acknowledgments

Thank you to our developer community members who helped to make the Event Hubs client libraries better with their contributions to this release:

- tovyhnal _([GitHub](https://github.com/tovyhnal))_

### Features Added

### Breaking Changes
Expand All @@ -14,6 +20,10 @@

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

- Added Event Hub name to processor load balancing logs for additional context. _(A community contribution, courtesy of [tovyhnal](https://github.com/tovyhnal))_

- 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/))_

## 5.11.5 (2024-07-31)

### Other Changes
Expand Down
2 changes: 2 additions & 0 deletions sdk/servicebus/Azure.Messaging.ServiceBus/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@

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

- 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/))_

## 7.18.2 (2024-10-08)

### Other Changes
Expand Down

0 comments on commit 2f68503

Please sign in to comment.