Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Messaging] Bump AMQP dependency #47342

Merged
merged 1 commit into from
Nov 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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