github Azure/azure-sdk-for-python azure-eventhub_5.7.0

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 and EventHubConsumerClient constructors and from_connection_string take retry_mode as a keyword argument.

Bugs Fixed

  • Fixed a bug that EventHubProducerClient could be reopened for sending events instead of encountering with KeyError 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.

Don't miss a new azure-sdk-for-python release

NewReleases is sending notifications on new releases.