This repository has been archived by the owner on Aug 1, 2024. It is now read-only.
Storage Client Library 8.7
Changes in 8.7.0:
- Blobs: Parsing the snapshot parameter when creating a CloudBlockBlob from a URI is now case insensitive
- Blobs (Desktop): Added a new API supporting downloading a blob to a file by making concurrent service requests.
- Blobs (Desktop): Fixed a race-condition where cancelling a blob upload could result in deadlock.
- Blobs: Fixed StorageException when storing encrypted blobs with Formatting.Indented set in default JsonSerializerSettings.
- Blobs/Files: Added support for progress notification in async upload and download APIs.