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

Storage Client Library 11.0.0

Compare
Choose a tag to compare
@seanmcc-msft seanmcc-msft released this 08 Aug 17:41
· 41 commits to master since this release

Blobs

  • Added support for CRC64
  • Added support for server-side encryption with a client provided key.
  • Added support for rehydrate blob priority.
  • Added support for setting blob tier on block blobs.
  • Added support for batch delete and set blob tier operations.
  • Added support for echoed client ID validation. If the service returns a different client ID than what was sent by the SDK, and exception will be thrown.
  • Addressed GitHub Issue #894 and 909 - UploadFromStream throws OutOfMemoryException for large streams. Thanks especially due to @markheath for providing some very useful clues to this and a related stack overflow problem.
  • Addressed GitHub Issue #905 - XML documentation missing in NuGet package

Files

  • Added support for CRC64
  • Added support for setting and getting SMB properties.
  • Added file write range override which includes source URI.
  • Added support for echoed client ID validation. If the service returns a different client ID than what was sent by the SDK, and exception will be thrown.
  • GitHub Issue #905 - XML documentation missing in NuGet package

Queues

  • Added support for CRC64
  • Added support for echoed client ID validation. If the service returns a different client ID than what was sent by the SDK, and exception will be thrown.
  • GitHub Issue #905 - XML documentation missing in NuGet package

Common

  • Added support for CRC64
  • Added support for echoed client ID validation. If the service returns a different client ID than what was sent by the SDK, and exception will be thrown.
  • Addressed GitHub Issue #902 - CorsHttpMethod is missing PATCH method
  • Addressed GitHub Issue #905 - XML documentation missing in NuGet package