Update Changelog for storage 12.1.0 release (#2731)
This commit is contained in:
parent
1b05f98891
commit
8fcc1df085
@ -11,8 +11,6 @@
|
||||
- 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.
|
||||
|
||||
### Breaking Changes
|
||||
|
||||
### Bugs Fixed
|
||||
|
||||
- Fixed a bug where lease ID didn't work for `BlobContainerClient::GetAccessPolicy()`.
|
||||
@ -20,8 +18,6 @@
|
||||
- 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.
|
||||
|
||||
### Other Changes
|
||||
|
||||
## 12.0.1 (2021-07-07)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
@ -2,16 +2,10 @@
|
||||
|
||||
## 12.1.0 (2021-08-10)
|
||||
|
||||
### Features Added
|
||||
|
||||
### Breaking Changes
|
||||
|
||||
### Bugs Fixed
|
||||
|
||||
- Avoid time domain casting exception during request cancellation. (A community contribution, courtesy of _[johnwheffner](https://github.com/johnwheffner)_)
|
||||
|
||||
### Other Changes
|
||||
|
||||
### Acknowledgments
|
||||
|
||||
Thank you to our developer community members who helped to make Azure Storage better with their contributions to this release:
|
||||
|
||||
@ -6,12 +6,6 @@
|
||||
|
||||
- Added `ETag` and `LastModified` into `ScheduleFileDeletionResult`.
|
||||
|
||||
### Breaking Changes
|
||||
|
||||
### Bugs Fixed
|
||||
|
||||
### Other Changes
|
||||
|
||||
## 12.0.1 (2021-07-07)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
@ -2,16 +2,10 @@
|
||||
|
||||
## 12.1.0 (2021-08-10)
|
||||
|
||||
### Features Added
|
||||
|
||||
### Breaking Changes
|
||||
|
||||
### Bugs Fixed
|
||||
|
||||
- Fixed a bug where unspecified SMB properties got overwritten rather than preserved by `SetProperties()`.
|
||||
|
||||
### Other Changes
|
||||
|
||||
## 12.0.1 (2021-07-07)
|
||||
|
||||
No API changes since `12.0.0`.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user