5.8.0a1 (2022-01-13)
Version 5.8.0a1 is our first efforts to build an Azure Event Hubs client library based on pure python implemented AMQP stack.
Breaking changes
- The following features have been temporarily pulled out which will be added back in future previews as we work towards a stable release:
- Async is not supported.
- 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
.
Other Changes
- uAMQP dependency is removed.