update changelog for storage beta3 release (#772)
This commit is contained in:
parent
139af60cc0
commit
b0e5d3d356
@ -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
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user