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

latest releases: azure-servicebus_7.13.0b1, azure-eventhub_5.13.0b1, azure-eventhub_5.12.0...
3 years ago

5.4.0 (2021-04-07)

This version follows from version 5.3.1, rather than 5.4.0b1 so that the preview idempotent producer feature is not included.

New Features

  • Added support for using azure.core.credentials.AzureSasCredential as credential for authenticating producer and consumer clients.
  • Updated list_ownership, claim_ownership, update_checkpoint, list_checkpoints on sync and async CheckpointStore to support taking **kwargs.
    • WARNING: Implementing a custom checkpointstore that does not support taking **kwargs in the methods listed previously will result in the following pylint error: W0221: Parameters differ from overridden ________ method (arguments-differ).
  • Updated update_checkpoint on sync and async PartitionContext to support taking **kwargs.

Bug Fixes

  • Updated uAMQP dependency to 1.3.0.
    • Fixed bug that sending message of large size triggering segmentation fault when the underlying socket connection is lost (#13739, #14543).
    • Fixed bug in link flow control where link credit and delivery count should be calculated based on per message instead of per transfer frame (#16934).

Notes

  • Updated azure-core dependency to 1.13.0.

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

NewReleases is sending notifications on new releases.