Update Changelog and remove breaking changes individual file. (#778)

Update Changelog and remove breaking changes individual file
This commit is contained in:
Kan Tang 2020-10-13 23:35:57 -07:00 committed by GitHub
parent 443369b057
commit e0079f0541
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 38 additions and 14 deletions

View File

@ -19,12 +19,16 @@
## 1.0.0-beta.2 (2020-09-09)
### New Features
* Support for Blob Batch
* Support for Blob Index
* Release based on azure-core_1.0.0-beta.1
## 1.0.0-beta.1
### New Features
* New APIs:
- BlobServiceClient::SetProperties
- BlobServiceClient::GetProperties
@ -42,6 +46,8 @@
## 1.0.0-preview.1 (Unreleased)
### New Features
* Added support for Blob features:
- BlobServiceClient::ListBlobContainersSegment
- BlobServiceClient::GetUserDelegationKey

View File

@ -2,14 +2,20 @@
## 1.0.0-beta.3 (2020-10-13)
### New Features
* Support for customizable retry policy
## 1.0.0-beta.2 (2020-09-09)
### New Features
* Release based on azure-core_1.0.0-beta.1
## 1.0.0-beta.1
### New Features
* Support for Account SAS
* Support for Base64 Encoding/Decoding
* Support for MD5, CRC64

View File

@ -1,6 +0,0 @@
# Release History
## 1.0.0-beta.3 (2020-10-13)
* CreateFromConnectionString now accepts unencoded file, path and directory name.
* `ETag` and `LastModified` is now `std::string` instead of `Azure::Core::Nullable<std::string>` in `CreateDirectoryResult`, `CreateFileResult` and `CreatePathResult`.

View File

@ -2,6 +2,8 @@
## 1.0.0-beta.3 (2020-10-13)
### New Features
* Service version is now 2020-02-10.
* Added support for SAS generation in DataLake service.
* CreateFromConnectionString now accepts unencoded file, path and directory name.
@ -10,16 +12,27 @@
* `ETag` and `LastModified` is now `std::string` instead of `Azure::Core::Nullable<std::string>` in `CreateDirectoryResult`, `CreateFileResult` and `CreatePathResult`.
* `PathAppendDataResult` now returns `ContentMD5`, `ContentCrc64` and `IsServerEncrypted`.
### Breaking Changes
* `CreateFromConnectionString` now accepts unencoded file, path and directory name.
* `ETag` and `LastModified` is now `std::string` instead of `Azure::Core::Nullable<std::string>` in `CreateDirectoryResult`, `CreateFileResult` and `CreatePathResult`.
## 1.0.0-beta.2 (2020-09-09)
### New Features
* Release based on azure-core_1.0.0-beta.1
## 1.0.0-beta.1
### New Features
* Support for Lease related operations.
## 1.0.0-preview.1 (Unreleased)
### New Features
* Added support for DataLake features:
- ServiceClient::ListFileSystems
- ServiceClient::GetUserDelegationKey

View File

@ -1,8 +0,0 @@
# Release History
## 1.0.0-beta.3 (2020-10-13)
* CreateFromConnectionString now accepts unencoded file and directory name.
* Added support for getting range list with previous snapshot. `GetFileRangeListResult` now returns `std::vector<FileRange> Ranges` and `std::vector<FileRange> ClearRanges` instead of `std::vector<Range> RangeList`.
* Added support for SMB Multi-Channel setting for `ServiceClient::GetProperties` and `ServiceClient::SetProperties`. This is only available for Storage account with Premium File access.
- Standard account user has to remove the returned SMB Multi-Channel setting before set, otherwise service would return failure.

View File

@ -2,6 +2,8 @@
## 1.0.0-beta.3 (2020-10-13)
### New Features
* Service version is now 2020-02-10.
* CreateFromConnectionString now accepts unencoded file and directory name.
* Added support for getting range list with previous snapshot. `GetFileRangeListResult` now returns `std::vector<FileRange> Ranges` and `std::vector<FileRange> ClearRanges` instead of `std::vector<Range> RangeList`.
@ -14,13 +16,24 @@
- ShareClient::BreakLease
- ShareClient::RenewLease
### Breaking Changes
* `CreateFromConnectionString` now accepts unencoded file and directory name.
* Added support for getting range list with previous snapshot. `GetFileRangeListResult` now returns `std::vector<FileRange> Ranges` and `std::vector<FileRange> ClearRanges` instead of `std::vector<Range> RangeList`.
* Added support for SMB Multi-Channel setting for `ServiceClient::GetProperties` and `ServiceClient::SetProperties`. This is only available for Storage account with Premium File access.
- Standard account user has to remove the returned SMB Multi-Channel setting before set, otherwise service would return failure.
## 1.0.0-beta.2 (2020-09-09)
### New Features
* Added File SAS generation support.
* Release based on azure-core_1.0.0-beta.1
## 1.0.0-preview.1 (Unreleased)
### New Features
* Added support for File features:
- ServiceClient::ListSharesSegment
- ServiceClient::SetProperties