Skip to content

Storage C++ Client Library (Lite) v0.2.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@vinjiang vinjiang released this 03 Jan 12:55
· 40 commits to master since this release

Changes in v0.2:

  • Official support for Windows and macOS
  • Compatibility with Visual Studio 2019
  • Support for OAuth authentication
  • Support for Azure Data Lake Storage Gen2 (ADLS Gen2)
  • API names changed: get_blob_property/get_container_property -> get_blob_properties/get_container_properties
  • Added two APIs: set_container_metadata and set_blob_metadata
  • Bumped up API version to 2018-11-09
  • Minimum required CMake version has been raised to 3.6
  • Enabled CI with Azure Pipelines
  • Fixed a bug: containers' metadata is not loaded from server
  • Fixed a bug: header names aren't converted to lowercase and sorted when signing request
  • Fixed a bug: query parameters aren't converted to lowercase when signing request
  • Fixed a bug: upload failed errno is discarded