From f119674bc70759024190bfd7c5847d44d197f631 Mon Sep 17 00:00:00 2001 From: Jesse Squire Date: Thu, 13 Jan 2022 16:47:17 -0500 Subject: [PATCH] Event Hubs: Release Prep (#26336) Preparing assets for the v5.7.0-beta.2 release --- sdk/eventhub/Azure.Messaging.EventHubs/CHANGELOG.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/sdk/eventhub/Azure.Messaging.EventHubs/CHANGELOG.md b/sdk/eventhub/Azure.Messaging.EventHubs/CHANGELOG.md index 0c7717f6b5234..7f74eb6f1727c 100755 --- a/sdk/eventhub/Azure.Messaging.EventHubs/CHANGELOG.md +++ b/sdk/eventhub/Azure.Messaging.EventHubs/CHANGELOG.md @@ -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.