1.2.0-beta.1 (2023-09-18)
Features Added
- Added support for service version 2020-12-06, 2021-02-12, 2021-04-10, 2021-06-08, 2021-08-06 , 2021-10-04, 2021-12-02, 2022-11-02, 2023-01-03, 2023-05-03, and 2023-08-03
- Added support for Cold Tier.
- Added
CopySourceTag
option forUploadBlobFromURLOptions
- Added FilterBlobs by Tags API for container client.
- Added
System
option toListContainersInclude
to allow listing of system containers (i.e, $web). - Updated the SAS Version to
2021-12-02
and addedEncryption Scope
to Account SAS, Service SAS, and User Delegation SAS - Added
ArchiveStatusRehydratePendingToCold
value toArchiveStatus
enum. - Content length limit for
AppendBlob.AppendBlock()
andAppendBlob.AppendBlockFromURL()
raised from 4 MB to 100 MB.
Bugs Fixed
- Fixed issue where some requests fail with mismatch in string to sign.
- Fixed service SAS creation where expiry time or permissions can be omitted when stored access policy is used. Fixes #21229.
Other Changes
- Updating version of azcore to 1.6.0.