Skip to content

azure-eventhub-checkpointstoreblob_1.2.0

Compare
Choose a tag to compare
@azure-sdk azure-sdk released this 13 Feb 19:09
fb3b676

1.2.0 (2025-02-13)

This version and all future versions will require Python 3.8+. Python 2.7, 3.6, and 3.7 are no longer supported.

Bugs Fixed

  • Fixed a bug with BlobCheckpointStore.claim_ownership mutating the ownership_list argument to no longer mutate the argument.
  • Updated azure-core dependency to 1.20.1 to fix cchardet ImportError.

Other Changes

  • Updated vendor azure-storage-blob dependency to v12.24.0.
    • Fixed typing/linting issues and other bugs. See azure-storage-blob CHANGELOG.md for more info.