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 theownership_list
argument to no longer mutate the argument. - Updated
azure-core
dependency to 1.20.1 to fixcchardet
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.