5.8.0a2 (2022-02-09)
Features Added
- Added support for async
EventHubProducerClient
andEventHubConsumerClient
.
Breaking changes
- The following features have been temporarily pulled out of async
EventHubProducerClient
andEventHubConsumerClient
which will be added back in future previews as we work towards a stable release:- Passing the following keyword arguments to the constructors and
from_connection_string
methods of theEventHubProducerClient
andEventHubConsumerClient
is not supported:transport_type
,http_proxy
,custom_endpoint_address
, andconnection_verify
.
- Passing the following keyword arguments to the constructors and