-
Notifications
You must be signed in to change notification settings - Fork 6.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Azure SDK Storage] Update to 12.1.0 #19488
Merged
BillyONeal
merged 4 commits into
microsoft:master
from
azure-sdk:azure-sdk-for-cpp-aug-2021
Aug 12, 2021
Merged
[Azure SDK Storage] Update to 12.1.0 #19488
BillyONeal
merged 4 commits into
microsoft:master
from
azure-sdk:azure-sdk-for-cpp-aug-2021
Aug 12, 2021
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## 12.1.0 (2021-08-10) ### Bugs Fixed - Avoid time domain casting exception during request cancellation. (A community contribution, courtesy of _[johnwheffner](https://github.com/johnwheffner)_) ### Acknowledgments Thank you to our developer community members who helped to make Azure Storage better with their contributions to this release: - John Heffner _([GitHub](https://github.com/johnwheffner))_
## 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.
## 12.1.0 (2021-08-10) ### Features Added - Added `ETag` and `LastModified` into `ScheduleFileDeletionResult`.
## 12.1.0 (2021-08-10) ### Bugs Fixed - Fixed a bug where unspecified SMB properties got overwritten rather than preserved by `SetProperties()`.
Jinming-Hu
approved these changes
Aug 11, 2021
JonLiu1993
added
the
category:port-update
The issue is with a library, which is requesting update new revision
label
Aug 11, 2021
JonLiu1993
approved these changes
Aug 11, 2021
Thanks for your contribution! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
category:port-update
The issue is with a library, which is requesting update new revision
info:reviewed
Pull Request changes follow basic guidelines
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Update vcpkg ports for Azure SDK release. This release may contain multiple ports.