Releases: Azure/azure-storage-python
Releases · Azure/azure-storage-python
azure-storage-common v1.1.0
- Support for 2017-07-29 REST version. Please see our REST API documentation and blogs for information about the related added features.
- [Breaking] Error message now contains the ErrorCode from the x-ms-error-code header value.
azure-storage-blob v1.1.0
- Support for 2017-07-29 REST version. Please see our REST API documentation and blogs for information about the related added features.
- Added support for soft delete feature. If a delete retention policy is enabled through the set service properties API, then blobs or snapshots could be deleted softly and retained for a specified number of days, before being permanently removed by garbage collection.
- [Breaking] Error message now contains the ErrorCode from the x-ms-error-code header value.
azure-storage-nspkg v3.0.0
- The package has switched from Apache 2.0 to the MIT license.
azure-storage-queue v1.0.0
- The package has switched from Apache 2.0 to the MIT license.
azure-storage-file v1.0.0
- The package has switched from Apache 2.0 to the MIT license.
- Fixed bug where get_file_to_* cannot get a single byte when start_range and end_range are both equal to 0.
- [Breaking] Metadata keys are now case-preserving when fetched from the service. Previously they were made lower-case by the library.
azure-storage-common v1.0.0
- The package has switched from Apache 2.0 to the MIT license.
- Added back the ability to generate account SAS for table service.
- Fixed bug where a question mark prefix on SAS tokens causes failures.
- Fixed the handling of path style host for the Storage Emulator, specifically the location lock and retry to secondary location.
- [Breaking] Renamed the confusing argument name increment_power to increment_base on ExponentialRetry.
azure-storage-blob v1.0.0
- The package has switched from Apache 2.0 to the MIT license.
- Fixed bug where get_blob_to_* cannot get a single byte when start_range and end_range are both equal to 0.
- Optimized page blob upload for create_blob_from_* methods, by skipping the empty chunks.
- Added convenient method to generate container url (make_container_url).
- [Breaking] Metadata keys are now case-preserving when fetched from the service. Previously they were made lower-case by the library.
azure-storage-common v0.37.1
- Fixed the return type of add and or methods on the AccountPermissions class
- Added the captured exception to retry_context, in case the user wants more info in retry_callback or implement their own retry class.
- Added random jitters to retry intervals, in order to avoid multiple retries to happen at the exact same time
azure-storage-blob v0.37.1
- Enabling MD5 validation no longer uses the memory-efficient algorithm for large block blobs, since computing the MD5 hash requires reading the entire block into memory.
- Fixed a bug in the _SubStream class which was at risk of causing data corruption when using the memory-efficient algorithm for large block blobs.
- Support for AccessTierChangeTime to get the last time a tier was modified on an individual blob.
azure-storage-nspkg v2.0.0
This is an internal package. The user should not use this directly.