Skip to content

Releases: Azure/azure-sdk-for-cpp

azure-storage-queues_12.0.0-beta.1

08 Sep 04:58
a1f69cd
Compare
Choose a tag to compare
Pre-release

12.0.0-beta.1 (2021-09-08)

New Features

  • Added support for Queue features:
    • QueueServiceClient::ListQueues
    • QueueServiceClient::SetProperties
    • QueueServiceClient::GetProperties
    • QueueServiceClient::GetStatistics
    • QueueServiceClient::CreateQueue
    • QueueServiceClient::DeleteQueue
    • QueueClient::Create
    • QueueClient::Delete
    • QueueClient::GetProperties
    • QueueClient::SetMetadata
    • QueueClient::GetAccessPolicy
    • QueueClient::SetAccessPolicy
    • QueueClient::EnqueueMessage
    • QueueClient::ReceiveMessages
    • QueueClient::PeekMessages
    • QueueClient::UpdateMessage
    • QueueClient::DeleteMessage
    • QueueClient::ClearMessages
  • Added support for queue SAS.

azure-security-keyvault-secrets_4.0.0-beta.1

08 Sep 22:24
f752663
Compare
Choose a tag to compare

4.0.0-beta.1 (2021-09-08)

  • initial preview

azure-core_1.2.1

02 Sep 19:08
14a4459
Compare
Choose a tag to compare

1.2.1 (2021-09-02)

Bugs Fixed

Other Changes

  • Fixed compilation error on POSIX platforms where OpenSSL was not available.
  • Support CMake version 3.12

azure-storage-files-shares_12.1.0

11 Aug 00:46
8fcc1df
Compare
Choose a tag to compare

12.1.0 (2021-08-10)

Bugs Fixed

  • Fixed a bug where unspecified SMB properties got overwritten rather than preserved by SetProperties().

azure-storage-files-datalake_12.1.0

11 Aug 00:35
8fcc1df
Compare
Choose a tag to compare

12.1.0 (2021-08-10)

Features Added

  • Added ETag and LastModified into ScheduleFileDeletionResult.

azure-storage-common_12.1.0

11 Aug 00:05
8fcc1df
Compare
Choose a tag to compare

12.1.0 (2021-08-10)

Bugs Fixed

  • Avoid time domain casting exception during request cancellation. (A community contribution, courtesy of johnwheffner)

Acknowledgments

Thank you to our developer community members who helped to make Azure Storage better with their contributions to this release:

azure-storage-blobs_12.1.0

11 Aug 00:19
8fcc1df
Compare
Choose a tag to compare

12.1.0 (2021-08-10)

Features Added

  • Added lease ID access condition and tags access condition for BlobClient::SetAccessTier().
  • Added source ETag access conditions and last-modified access conditions for PageBlobClient::UploadPagesFromUri().
  • Added three new fields IsServerEncrypted, EncryptionKeySha256 and EncryptionScope into SetBlobMetadataResult.
  • Added support for setting blob tags when creating or copying blobs.
  • Added new fields AccessTierChangedOn, ArchiveStatus, RehydratePriority, CopyId, CopySource, CopyStatus, CopyStatusDescription, IsIncrementalCopy, IncrementalCopyDestinationSnapshot, CopyProgress, CopyCompletedOn, Tags, DeletedOn and RemainingRetentionDays into BlobItemDetails.
  • Added support for including blob tags when listing blobs.

Bugs Fixed

  • Fixed a bug where lease ID didn't work for BlobContainerClient::GetAccessPolicy().
  • Fixed a bug where sequence number access conditions didn't work for page blob operations.
  • Fixed a bug where BlobItemDetails::EncryptionKeySha256 was always null because it wasn't correctly parsed from xml.
  • Fixed a bug where BlockBlobClient::GetBlockList threw exception if the blob is not committed.

azure-security-keyvault-keys_4.0.0

10 Aug 22:18
3e0088b
Compare
Choose a tag to compare

4.0.0 (2021-08-10)

Other Changes

  • Consolidated keyvault and cryptography client options and model files into single headers.

azure-identity_1.1.0

10 Aug 18:45
3e0088b
Compare
Choose a tag to compare

1.1.0 (2021-08-10)

Features Added

  • Added ManagedIdentityCredential.

Bugs Fixed

  • Fixed minor memory leak when obtaining a token.

azure-core_1.2.0

06 Aug 04:45
2b63bc6
Compare
Choose a tag to compare

1.2.0 (2021-08-05)

Features Added

  • Added Azure::Core::IO::ProgressBodyStream type that wraps an existing BodyStream based type stream and reports progress via callback when the stream position is updated.

Bugs Fixed

  • [#2647] Make the curl transport adapter to check the connection close header.
  • [#2474] Fix compiling with MSVC and /analyze.
  • Make WinHTTP transport adapter to NOT use SSL/TLS for unsecured HTTP connections.

Other Changes

  • Updated source code to build with Clang 11. (A community contribution, courtesy of davidchisnall)

Acknowledgments

Thank you to our developer community members who helped to make Azure Core better with their contributions to this release: