update changelog for storage beta3 release (#772)

This commit is contained in:
JinmingHu 2020-10-14 10:46:30 +08:00 committed by GitHub
parent 139af60cc0
commit b0e5d3d356
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 10 deletions

View File

@ -1,9 +0,0 @@
# Release History
## 1.0.0-beta.3 (2020-10-13)
* BlockBlob::Upload, AppendBlob::Create and PageBlob::Create are now by default non-overwriting
* Variable name change: BreakContainerLeaseOptions::breakPeriod -> BreakContainerLeaseOptions::BreakPeriod
* Variable name change: BreakBlobLeaseOptions::breakPeriod -> BreakBlobLeaseOptions::BreakPeriod
* CreateFromConnectionString now accepts unencoded blob name
* TagConditions is changed to nullable

View File

@ -2,10 +2,14 @@
## 1.0.0-beta.3 (2020-10-13)
### New Features
* Bump up API version to 2020-02-10
* Support for Last Accessting Time
* Add TagCount and ExiryTime in the responses of getting propertites and downloading blobs
* BlockBlob::Upload, AppendBlob::Create and PageBlob::Create are now by default non-overwriting
### Breaking Changes
* Variable name change: BreakContainerLeaseOptions::breakPeriod -> BreakContainerLeaseOptions::BreakPeriod
* Variable name change: BreakBlobLeaseOptions::breakPeriod -> BreakBlobLeaseOptions::BreakPeriod
* CreateFromConnectionString now accepts unencoded blob name