Skip to content

Releases: Azure/azure-sdk-for-cpp

azure-storage-blobs_1.0.0-beta.4

16 Oct 13:46
b6ab1d0
Compare
Choose a tag to compare
Pre-release

1.0.0-beta.4 (2020-10-16)

Bug Fixes

  • Unencoded Container/Blob name is now encoded.

azure-core_1.0.0-beta.2

10 Oct 00:08
82079de
Compare
Choose a tag to compare
Pre-release

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&) with Nullable(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

10 Sep 06:46
73ba002
Compare
Choose a tag to compare
Pre-release

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

10 Sep 06:44
73ba002
Compare
Choose a tag to compare

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

10 Sep 06:37
73ba002
Compare
Choose a tag to compare
Pre-release

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

10 Sep 06:43
73ba002
Compare
Choose a tag to compare
Pre-release

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

10 Sep 03:30
0470ff8
Compare
Choose a tag to compare
Pre-release

1.0.0-beta.1 (2020-09-09)

  • Initial release

azure-storage-files-datalake_1.0.0-beta.1

28 Aug 13:34
97bfdf9
Compare
Choose a tag to compare

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

28 Aug 13:32
97bfdf9
Compare
Choose a tag to compare
Pre-release

1.0.0-beta.1

  • Initial release

azure-storage-blobs_1.0.0-beta.1

28 Aug 13:34
97bfdf9
Compare
Choose a tag to compare
Pre-release

1.0.0-beta.1

  • Added support for Blob features:
    • BlobServiceClient::ListBlobContainersSegment
    • BlobServiceClient::GetUserDelegationKey
    • BlobServiceClient::SetProperties
    • BlobServiceClient::GetProperties
    • BlobServiceClient::GetAccountInfo
    • BlobServiceClient::GetStatistics
    • BlobContainerClient::Create
    • BlobContainerClient::Delete
    • BlobContainerClient::GetProperties
    • BlobContainerClient::SetMetadata
    • BlobContainerClient::ListBlobsFlat
    • BlobContainerClient::ListBlobsByHierarchy
    • BlobContainerClient::Undelete
    • BlobContainerClient::GetAccessPolicy
    • BlobContainerClient::SetAccessPolicy
    • BlobClient::GetProperties
    • BlobClient::SetHttpHeaders
    • BlobClient::SetMetadata
    • BlobClient::SetAccessTier
    • BlobClient::StartCopyFromUri
    • BlobClient::AbortCopyFromUri
    • BlobClient::Download
    • BlobClient::DownloadToFile
    • BlobClient::DownloadToBuffer
    • BlobClient::CreateSnapshot
    • BlobClient::Delete
    • BlobClient::Undelete
    • BlockBlobClient::Upload
    • BlockBlobClient::UploadFromFile
    • BlockBlobClient::UploadFromBuffer
    • BlockBlobClient::StageBlock
    • BlockBlobClient::StageBlockFromUri
    • BlockBlobClient::CommitBlockList
    • BlockBlobClient::GetBlockList
    • AppendBlobClient::Create
    • AppendBlobClient::AppendBlock
    • AppendBlobClient::AppendBlockFromUri
    • AppendBlobClient::Seal
    • PageBlobClient::Create
    • PageBlobClient::UploadPages
    • PageBlobClient::UploadPagesFromUri
    • PageBlobClient::ClearPages
    • PageBlobClient::Resize
    • PageBlobClient::GetPageRanges
    • PageBlobClient::StartCopyIncremental
  • Support for blob versioning
  • Support for blob lease and container lease
  • Support for account SAS and blob SAS
  • Support for transactional checksum