Skip to content

azure-eventhub_5.8.0a1

Pre-release
Pre-release

Choose a tag to compare

@azure-sdk azure-sdk released this 13 Jan 21:13

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 the EventHubProducerClient and EventHubConsumerClient is not supported: transport_type, http_proxy, custom_endpoint_address, and connection_verify.

Other Changes

  • uAMQP dependency is removed.