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 asyncCheckpointStore
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)
.
- WARNING: Implementing a custom checkpointstore that does not support taking
- Updated
update_checkpoint
on sync and asyncPartitionContext
to support taking**kwargs
.
Bug Fixes
- Updated uAMQP dependency to 1.3.0.
Notes
- Updated azure-core dependency to 1.13.0.