Skip to content
This repository has been archived by the owner on Aug 1, 2024. It is now read-only.

Storage Client Library 9.3.2

Compare
Choose a tag to compare
@asorrin-msft asorrin-msft released this 18 Sep 16:30
· 193 commits to master since this release
78caa18

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.