Skip to content

Commit

Permalink
Event Hubs: Release Prep (Azure#26336)
Browse files Browse the repository at this point in the history
Preparing assets for the v5.7.0-beta.2 release
  • Loading branch information
jsquire authored Jan 13, 2022
1 parent e18e598 commit f119674
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions sdk/eventhub/Azure.Messaging.EventHubs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
# Release History

## 5.7.0-beta.2 (Unreleased)
## 5.7.0-beta.2 (2022-01-13)

### Features Added

- Support for cancellation tokens has been improved for AMQP operations, enabling earlier detection of cancellation requests without needing to wait for the configured timeout to elapse.

### Breaking Changes

### Bugs Fixed

- Fixed an issue for publishing with idempotent retries enabled where the client and service state could become out-of-sync for error scenarios with ambiguous outcomes. When this occurred, callers had no way to detect or correct the condition and it was possible that new events would fail to publish or be incorrectly identified as duplicates by the service.
Expand Down

0 comments on commit f119674

Please sign in to comment.