1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
|
# Change Log azure-storage-file
> See [BreakingChanges](BreakingChanges.md) for a detailed list of API breaks.
## Version 1.4.0:
- azure-storage-nspkg is not installed anymore on Python 3 (PEP420-based namespace package)
## Version 1.3.1:
- Fixed design flaw where get_file_to_* methods buffer entire file when max_connections is set to 1.
## Version 1.3.0:
- Support for 2018-03-28 REST version. Please see our REST API documentation and blog for information about the related added features.
## Version 1.2.0rc1:
- Support for 2017-11-09 REST version. Please see our REST API documentation and blog for information about the related added features.
## Version 1.1.0:
- Support for 2017-07-29 REST version. Please see our REST API documentation and blogs for information about the related added features.
- Error message now contains the ErrorCode from the x-ms-error-code header value.
## Version 1.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.
- Metadata keys are now case-preserving when fetched from the service. Previously they were made lower-case by the library.
|