5.7.0 (2022-01-12)
This version and all future versions will require Python 3.6+. Python 2.7 is no longer supported.
Features Added
- Added support for fixed (linear) retry backoff:
- Sync/async
EventHubProducerClient
andEventHubConsumerClient
constructors andfrom_connection_string
takeretry_mode
as a keyword argument.
- Sync/async
Bugs Fixed
- Fixed a bug that
EventHubProducerClient
could be reopened for sending events instead of encountering withKeyError
when the client is previously closed (issue #21849).
Other Changes
- Improved token refresh timing to prevent potentially blocking main flow when the token is about to get expired soon.
- Updated uAMQP dependency to 1.5.1.