Skip to content

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

Pre-release
Pre-release
Compare
Choose a tag to compare
@vinjiang vinjiang released this 13 Mar 03:42
· 23 commits to master since this release

Changes in v0.3:

  • Parallel blob uploading & downloading
  • Proxy support
  • Configurable retry policy
  • Default retry count is changed from 25 to 3
  • Sample for blob_client
  • Type of size parameter in upload/download APIs is changed from size_t to uint64_t
  • Fix authentication issues when running against Azurite and IoT devices
  • Bug fix: error information isn't populated if libcurl fails
  • Bug fix: downloading empty blob fails
  • Bug fix: duplicate HTTP headers in retry requests