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

Storage Client Library 9.4.2

Compare
Choose a tag to compare
@kfarmer-msft kfarmer-msft released this 17 Dec 20:57
· 99 commits to master since this release

Changes in 9.4.2:

  • Various build and test cleanup including:
    • Removed XUnit dependency.
    • Parallelized unit tests.
    • Updated and consolidated test dependencies, downgraded dependencies on Microsoft.Azure.KeyVaul.Core and Newtonsoft.Json, and made them implicit via Common.
    • #293 Randomize HttpMangler port.
    • #808 Fixed build.proj split path issue.
  • #755 Switch to use CounterEventAsync.
  • #529 Fixed use of System.Random.
  • [Blob] #783 Fixed issue where BlobReadStream.ReadAsync didn't appropriately use the passed in CancellationToken.
  • [Blob] #784 Fixed issue where CloudBlob.StartCopyImpl didn't appropriately use the passed in CancellationToken.
  • [File] #783 Fixed issue where FileReadStream.ReadAsync didn't appropriately use the passed in CancellationToken.