This repository has been archived by the owner on Aug 1, 2024. It is now read-only.
Storage Client Library 8.3.0
Changes in 8.3.0 :
- All(Netstandard): Updated the hashing algorithm to IncrementalHash instead of the original method which required buffering the data for MD5 calculations.
- All: Fixed a race condition in the resume-download logic where a failure during downloads could lead to corrupted data.