This repository has been archived by the owner on Aug 1, 2024. It is now read-only.
Storage Client Library 9.3.2
Changes in 9.3.2:
- Blob: Fixed a bug where data could become corrupted during download if using client-side encryption over an extremely slow connection.
- Blob: Fixed a bug where data could become corrupted during download if using parallel download and multiple retries are necessary.
- Blob: Fixed a bug where a NullReferenceException was being thrown and caught if using client-side encryption and in the presence of other errors.
- Table: Fixed deadlocks that could occur when issuing table operations at high scale.