Skip to content

Storage Client Library v2.0.0

Compare
Choose a tag to compare
@slepox slepox released this 06 Aug 09:28
· 298 commits to master since this release

Changes in v2.0:

  • Default REST API version is 2015-02-21
  • Added cloud_append_blob class, which supports the new blob type: append blob.
  • Added support of ranged-based for-loop for result_iterator class
  • Changed behavior to stop stripping out query parameters passed in with the resource URI. Some query parameters such as comp, restype, snapshot and api-version will still be removed.
  • Deprecated cloud_blob::start_copy_from_blob and cloud_blob::start_copy_from_blob_async. Use cloud_blob::start_copy instead.
  • Fixed the bug that cloud_table::execute(const table_operation&) method doesn't respect cloud_table_client::default_request_options.