Releases: Azure/azure-sdk-for-cpp
Releases · Azure/azure-sdk-for-cpp
azure-storage-common_1.0.0-beta.3
1.0.0-beta.3 (2020-10-13)
New Features
- Support for customizable retry policy
azure-storage-blobs_1.0.0-beta.4
1.0.0-beta.4 (2020-10-16)
Bug Fixes
- Unencoded Container/Blob name is now encoded.
azure-core_1.0.0-beta.2
1.0.0-beta.2 (2020-10-09)
Breaking Changes
- Throw Azure::Http::TransportException if creating new connection fails.
- Response objects store Nullable<T>.
Bug Fixes
- Switched to a more stable wait on sockets to address connection timeouts.
- Replace
Nullable(const T&)
withNullable(T)
to avoid extra copy when initialized with an rvalue.
Other changes and Improvements
- Improved performance on windows when using libcurl.
- Pinned the version of package dependencies.
- Added NOTICE.txt for 3rd party dependencies.
azure-storage-files-shares_1.0.0-beta.2
1.0.0-beta.2 (2020-09-09)
- Added File SAS generation support.
- Release based on azure-core_1.0.0-beta.1
azure-storage-files-datalake_1.0.0-beta.2
1.0.0-beta.2 (2020-09-09)
- Release based on azure-core_1.0.0-beta.1
azure-storage-common_1.0.0-beta.2
1.0.0-beta.2 (2020-09-09)
- Release based on azure-core_1.0.0-beta.1
azure-storage-blobs_1.0.0-beta.2
1.0.0-beta.2 (2020-09-09)
- Support for Blob Batch
- Support for Blob Index
- Release based on azure-core_1.0.0-beta.1
azure-core_1.0.0-beta.1
1.0.0-beta.1 (2020-09-09)
- Initial release
azure-storage-files-datalake_1.0.0-beta.1
1.0.0-beta.1
- Added support for DataLake features:
- ServiceClient::ListFileSystems
- ServiceClient::GetUserDelegationKey
- FileSystemClient::Create
- FileSystemClient::Delete
- FileSystemClient::SetMetadata
- FileSystemClient::GetProperties
- FileSystemClient::ListPaths
- PathClient::Create
- PathClient::Delete
- PathClient::SetAccessControl
- PathClient::SetHttpHeaders
- PathClient::GetProperties
- PathClient::GetAccessControls
- PathClient::SetMetadata
- FileClient::AppendData
- FileClient::FlushData
- FileClient::Create
- FileClient::Rename
- FileClient::Delete
- FileClient::Read
- FileClient::UploadFromBuffer
- FileClient::UploadFromFile
- FileClient::DownloadToBuffer
- FileClient::DownloadToFile
- DirectoryClient::GetFileClient
- DirectoryClient::Create
- DirectoryClient::Rename
- DirectoryClient::Delete
- Support for Lease related operations.
azure-storage-common_1.0.0-beta.1
1.0.0-beta.1
- Initial release