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

Storage Client Library 10.0.2

Compare
Choose a tag to compare
@seanmcc-msft seanmcc-msft released this 29 Apr 23:47
· 66 commits to master since this release

Changes in 10.0.2:

  • [Blob] Fixed GitHub Issue #475: ListBlobsSegmentedAsync throwing an exception when using a SAS url
  • [Blob] Fixed bug causing CloudBlob.GetUserDelegationSharedAccessSignature to generated invalid SAS signatures
  • [File] Fixed bug causing CloudFile and CloudFileDirectory.List/CloseHandles to not function with snapshots
  • [File] Fixed bug where CloudFile and CloudFileDirectory.List/CloseHandles "marker" URL parameter was being passed to the service as "x-ms-marker"
  • [File] Made CloudFile and CloudFileDirectory.List/CloseHandles parameters optional
  • [File] Added overloads for CloudFile and CloudFileDirectory.CloseHandles to accept handleId as a ulong