Changelog update for file/datalake service for beta.5 (#978)
* Changelog update for file/datalake service for beta.5 * Resolved review comments and refined the documentation. * Add full stops. * Moved bug fix below the features/breaking change section.
This commit is contained in:
parent
206c8fb2d8
commit
a96f4c6f7d
@ -1,19 +1,15 @@
|
||||
# Release History
|
||||
|
||||
## 1.0.0-beta.5 (Unreleased)
|
||||
## 12.0.0-beta.5 (2020-11-13)
|
||||
|
||||
### Breaking Changes
|
||||
|
||||
* Move header `azure/storage/files/datalake/datalake.hpp` to `azure/storage/files/datalake.hpp`
|
||||
* Moved header `azure/storage/files/datalake/datalake.hpp` to `azure/storage/files/datalake.hpp`.
|
||||
* Moved returning model types and related functions in `Azure::Storage::Files::DataLake` to `Azure::Storage::Files::DataLake::Models`, and made other code private by moving it into `Azure::Storage::Files::DataLake::Details`.
|
||||
* Renamed `Azure::Storage::Files::DataLake::ServiceClient` to `Azure::Storage::Files::DataLake::DataLakeServiceClient`.
|
||||
|
||||
## 1.0.0-beta.4 (2020-10-16)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* Unencoded FileSystem/File/Path/Directory name is now encoded.
|
||||
|
||||
## 1.0.0-beta.3 (2020-10-13)
|
||||
|
||||
### New Features
|
||||
|
||||
* Service version is now 2020-02-10.
|
||||
@ -28,11 +24,15 @@
|
||||
* `ETag` and `LastModified` is now `std::string` instead of `Azure::Core::Nullable<std::string>` in `CreateDirectoryResult`, `CreateFileResult` and `CreatePathResult`.
|
||||
* `Continuation` is renamed to `ContinuationToken` in options and returned result objects.
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* Unencoded FileSystem/File/Path/Directory name is now encoded.
|
||||
|
||||
## 1.0.0-beta.2 (2020-09-09)
|
||||
|
||||
### New Features
|
||||
|
||||
* Release based on azure-core_1.0.0-beta.1
|
||||
* Release based on azure-core_1.0.0-beta.1.
|
||||
|
||||
## 1.0.0-beta.1
|
||||
|
||||
|
||||
@ -1,20 +1,16 @@
|
||||
# Release History
|
||||
|
||||
## 1.0.0-beta.5 (Unreleased)
|
||||
## 12.0.0-beta.5 (2020-11-13)
|
||||
|
||||
### Breaking Changes
|
||||
* `Azure::Storage::Files::Shares::Metrics::IncludeAPIs` is now renamed to `Azure::Storage::Files::Shares::Metrics::IncludeApis`, and is changed to a nullable member.
|
||||
* Move header `azure/storage/files/shares/shares.hpp` to `azure/storage/files/shares.hpp`
|
||||
|
||||
* `Azure::Storage::Files::Shares::Metrics::IncludeAPIs` is now renamed to `Azure::Storage::Files::Shares::Metrics::IncludeApis`, and is changed to a nullable member.
|
||||
* Moved header `azure/storage/files/shares/shares.hpp` to `azure/storage/files/shares.hpp`.
|
||||
* Moved returning model types and related functions in `Azure::Storage::Files::Shares` to `Azure::Storage::Files::Shares::Models`, and made other code private by moving it into `Azure::Storage::Files::Shares::Details`.
|
||||
* Renamed `Azure::Storage::Files::Shares::ServiceClient` to `Azure::Storage::Files::Shares::ShareServiceClient`.
|
||||
|
||||
## 1.0.0-beta.4 (2020-10-16)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* Unencoded Share/File/Directory name is now encoded.
|
||||
|
||||
## 1.0.0-beta.3 (2020-10-13)
|
||||
|
||||
### New Features
|
||||
|
||||
* Service version is now 2020-02-10.
|
||||
@ -35,12 +31,16 @@
|
||||
* `NextMarker` is renamed to `ContinuationToken` in returned result objects.
|
||||
* `Marker` is renamed to `PreviousContinuationToken` in returned result objects.
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* Unencoded Share/File/Directory name is now encoded.
|
||||
|
||||
## 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
|
||||
* Release based on azure-core_1.0.0-beta.1.
|
||||
|
||||
## 1.0.0-preview.1 (Unreleased)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user