tag:github.com,2008:https://github.com/Azure/azure-storage-cpplite/releases Release notes from azure-storage-cpplite 2020-03-13T03:39:47Z tag:github.com,2008:Repository/144952955/v0.3.0 2020-03-13T03:42:11Z Storage C++ Client Library (Lite) v0.3.0 <p>Changes in v0.3:</p> <ul> <li>Parallel blob uploading &amp; downloading</li> <li>Proxy support</li> <li>Configurable retry policy</li> <li>Default retry count is changed from 25 to 3</li> <li>Sample for blob_client</li> <li>Type of size parameter in upload/download APIs is changed from size_t to uint64_t</li> <li>Fix authentication issues when running against Azurite and IoT devices</li> <li>Bug fix: error information isn't populated if libcurl fails</li> <li>Bug fix: downloading empty blob fails</li> <li>Bug fix: duplicate HTTP headers in retry requests</li> </ul> vinjiang tag:github.com,2008:Repository/144952955/v0.2.0 2020-01-03T12:55:11Z Storage C++ Client Library (Lite) v0.2.0 <p>Changes in v0.2:</p> <ul> <li>Official support for Windows and macOS</li> <li>Compatibility with Visual Studio 2019</li> <li>Support for OAuth authentication</li> <li>Support for Azure Data Lake Storage Gen2 (ADLS Gen2)</li> <li>API names changed: get_blob_property/get_container_property -&gt; get_blob_properties/get_container_properties</li> <li>Added two APIs: set_container_metadata and set_blob_metadata</li> <li>Bumped up API version to 2018-11-09</li> <li>Minimum required CMake version has been raised to 3.6</li> <li>Enabled CI with Azure Pipelines</li> <li>Fixed a bug: containers' metadata is not loaded from server</li> <li>Fixed a bug: header names aren't converted to lowercase and sorted when signing request</li> <li>Fixed a bug: query parameters aren't converted to lowercase when signing request</li> <li>Fixed a bug: upload failed errno is discarded</li> </ul> vinjiang tag:github.com,2008:Repository/144952955/v0.1.0 2018-09-10T07:43:00Z Storage C++ Client Library (Lite) v0.1.0 <p>This is the initial release of Azure Storage C++ Client Library (Lite). This release introduces a minimum dependency library that provides basic blob storage functionalities of Azure Storage services. For more information about the supported features, please see <a href="https://github.com/Azure/azure-storage-cpplite/blob/master/README.md">Readme</a>.</p> vinjiang