Skip to content

Storage Client Library 7.1.2

Compare
Choose a tag to compare
@pemari-msft pemari-msft released this 07 Jul 22:54
· 597 commits to master since this release

Changes in 7.1.3-preview:

  • All : CoreCLR projects were updated to use the RTM release of .Net Core 1.0

Changes in 7.1.2 :

  • All: Support for 2015-12-11 REST version. Please see our REST API documentation and blogs for information about the related added features. If you are using the Storage Emulator, please update to Emulator version 4.4.
  • Blobs: Added support for server-side encryption.
  • All: Fixed a bug with ContinuationToken where empty TargetLocation resulted in an error in deserialization.
  • Blobs/Tables/Queues: Bug fix and tests for running GetServiceStats with the incompatible PrimaryOnly location mode.
  • All (WinRT): Fixed a bug where HttpClient default timeout caused unhandled TaskCancellation exceptions.
  • All (CoreCLR): Updated the default AutomaticDecompression Method on StorageAuthenticationHttpHandler from Gzip | Deflate to None.
  • Table (CoreCLR) : Fixed a bug where reading table entity properties returned only the declared properties.