From f6a494b69d0204871665db8218785e8e2a3dcd5b Mon Sep 17 00:00:00 2001 From: Deyaaeldeen Almahallawi Date: Fri, 12 Nov 2021 23:46:40 +0000 Subject: [PATCH 1/2] [Event Hubs] Prepare release --- sdk/eventhub/event-hubs/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/eventhub/event-hubs/CHANGELOG.md b/sdk/eventhub/event-hubs/CHANGELOG.md index c76fefd5b880..175e87e6411d 100644 --- a/sdk/eventhub/event-hubs/CHANGELOG.md +++ b/sdk/eventhub/event-hubs/CHANGELOG.md @@ -1,6 +1,6 @@ # Release History -## 5.7.0-beta.1 (Unreleased) +## 5.7.0-beta.1 (2021-11-12) ### Features Added From ae506dc65cc1e6683cc04ebe8bf8eec0936405e3 Mon Sep 17 00:00:00 2001 From: Deyaaeldeen Almahallawi Date: Sat, 13 Nov 2021 00:33:03 +0000 Subject: [PATCH 2/2] remove empty sections --- sdk/eventhub/event-hubs/CHANGELOG.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/sdk/eventhub/event-hubs/CHANGELOG.md b/sdk/eventhub/event-hubs/CHANGELOG.md index 175e87e6411d..ec67dd81a126 100644 --- a/sdk/eventhub/event-hubs/CHANGELOG.md +++ b/sdk/eventhub/event-hubs/CHANGELOG.md @@ -7,10 +7,6 @@ - Added `EventHubBufferedProducerClient` with functionality to manage batching, concurrency, and sending of events implicitly. This abstracts the complexity away from applications regarding publishing events in an optimal fashion. See issue [#17699](https://github.com/Azure/azure-sdk-for-js/issues/17699) for more details. - Added `skipParsingBodyAsJson` optional parameter to `EventHubConsumerClient.subscribe` method. When set to `true` it will disable the client from running `JSON.parse()` on the message body when receiving the message. Not applicable if the message was sent with AMQP body type `value` or `sequence`. -### Breaking Changes - -### Bugs Fixed - ### Other Changes - Prevent empty spans from being created when tracing is disabled. Fixes issue [#14063](https://github.com/Azure/azure-sdk-for-js/issues/14063)