Releases: Azure/azure-storage-python
Releases · Azure/azure-storage-python
azure-storage-queue v2.1.0
- Support for 2019-02-02 REST version. No new features for Queue.
azure-storage-file v2.1.0
- Support for 2019-02-02 REST version. Please see our REST API documentation and blog for information about the related added features.
- Added update_range_from_file_url API to writes the bytes from one Azure File endpoint into the specified range of another Azure File endpoint.
- Added set_directory_properties, create_permission_for_share and get_permission_for_share APIs
- Added optional parameters(file_permission, smb_properties) for create_file*, create_directory* related APIs and set_file_properties API
- Updated get_file_properties, get_directory_properties so that the response has SMB related properties
azure-storage-common v2.1.0
- Support for 2019-02-02 REST version. Please see our REST API documentation and blog for information about the related added features.
- Validate that the echoed client request ID from the service matches the sent one.
azure-storage-blob v2.1.0
- Support for 2019-02-02 REST version. Please see our REST API documentation and blog for information about the related added features.
- Added Batch Delete Blob API.
- Added Batch Set Standard Blob Tier API(for BlockBlob).
- Added support to set rehydrate blob priority for Set Standard Blob Tier API
- Added Blob Tier support for PutBlob/PutBlockList/CopyBlob APIs.
- Added support for client provided encryption key to numerous APIs.
azure-storage-queue v2.0.1
- Updated the dependency to use azure-storage-common~=2.0.
azure-storage-file v2.0.1
- Updated the dependency to use azure-storage-common~=2.0.
azure-storage-blob v2.0.1
- Updated the dependency to use azure-storage-common~=2.0.
azure-storage-queue v2.0.0
- Support for 2018-11-09 REST version. (No new feature for Queue)
azure-storage-file v2.0.0
- Support for 2018-11-09 REST version. Please see our REST API documentation and blogs for information about the related added features.
- Added an option to get share stats in bytes.
- Added support for listing and closing file handles.
azure-storage-common v2.0.0
- Added minor helpers for SAS related changes.
- Bumped version to fix dependency problem.