From 1cb541f941437c2fc23f69a65b3c75bcf2140c0c Mon Sep 17 00:00:00 2001 From: swathipil Date: Fri, 19 Aug 2022 14:04:00 -0700 Subject: [PATCH] update release date --- sdk/eventhub/azure-eventhub/CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sdk/eventhub/azure-eventhub/CHANGELOG.md b/sdk/eventhub/azure-eventhub/CHANGELOG.md index 07fe891132ae..1de512757756 100644 --- a/sdk/eventhub/azure-eventhub/CHANGELOG.md +++ b/sdk/eventhub/azure-eventhub/CHANGELOG.md @@ -1,13 +1,13 @@ # Release History -## 5.10.1 (2022-08-18) +## 5.10.1 (2022-08-22) This version and all future versions will require Python 3.7+, Python 3.6 is no longer supported. ### Bugs Fixed -- Fixed a bug in `BufferedProducer` that would block when flushing the queue causing the client to freeze up (issue #23510). -- Fixed a bug in the async `EventHubProducerClient` and `EventHubConsumerClient` that set the default value of the `transport_type` parameter in the constructors to `None` rather than `TransportType.Amqp`. +- Fixed a bug in async `BufferedProducer` that would block when flushing the queue causing the client to freeze up (issue #23510). +- Fixed a bug in the async `EventHubProducerClient` and `EventHubConsumerClient` that set the default value of the `transport_type` parameter in the `from_connection_string` methods to `None` rather than `TransportType.Amqp`. ### Other Changes