azure-storage-blob v1.0.0
zezha-msft
released this
23 Jan 02:59
·
150 commits
to master
since this release
- 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.