Skip to content

Storage Client Library v5.0.0

Compare
Choose a tag to compare
@vinjiang vinjiang released this 22 Jun 07:31
· 122 commits to master since this release

Changes in v5.0.0

  • Dropped the support for Nuget package with name 'wastorage', now this client library only release with Nuget name 'Microsoft.Azure.Storage.CPP'.
  • Added support for specifying installation destination when compiling with cmake to resolve feature request #183.
  • Enabled CMake on Windows.
  • Added check for metadata name that is empty or contains whitespaces to fail fast, and trimmed beginning/trailing whitespaces for metadata value.
  • Resolved an issue where partial xml body will not throw exception when being parsed.
  • Resolved an issue where retry for Table's batch operation always returns the first response.