Skip to content

Storage Client Library v2.5.0

Compare
Choose a tag to compare
@vinjiang vinjiang released this 21 Nov 09:01
· 187 commits to master since this release

Changes in v2.5:

  • Upgraded Casablanca dependency to 2.9.1
  • Default Rest API version is 2015-12-11
  • Supported server-side encryption for blobs
  • Fixed the bug that enumeration iterator couldn't use non-const methods, such as create/delete.
  • Fixed the bug that request id used but wasn't logged correctly in unit tests.
  • Changed predefinition for Windows platform from WIN32 to _WIN32.
  • Fixed the bug that queue message operations throws exception "Error: The Uri for the target storage location is not specified. Please consider changing the request's location mode." on VS 2013 and Linux platform.
  • Fixed the bug that xml constructor throws exception "The namespace () has not been declared." on Linux platform.