This commit is contained in:
microzchang 2023-08-08 09:32:57 +08:00 коммит произвёл GitHub
Родитель 96c34cb5f4
Коммит 6375570d62
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
4 изменённых файлов: 6 добавлений и 7 удалений

Просмотреть файл

@ -1,6 +1,6 @@
# Release History
## 12.9.0-beta.1 (Unreleased)
## 12.9.0-beta.1 (2023-08-08)
### Features Added

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "azure-storage-blobs-cpp",
"version-semver": "12.8.0",
"version-semver": "12.9.0-beta.1",
"description": [
"Microsoft Azure Storage Blobs SDK for C++",
"This library provides Azure Storage Blobs SDK."

Просмотреть файл

@ -1,18 +1,17 @@
# Release History
## 12.8.0-beta.1 (Unreleased)
## 12.8.0-beta.1 (2023-08-08)
### Features Added
### Breaking Changes
- Bumped up API version to `2023-08-03`.
- Added support for paginated directory delete when using AAD authentication.
### Bugs Fixed
- Fixed a bug where `DataLakeDirectoryClient::ListPaths` and `DataLakeFileSystemClient::ListPaths` cannot list the second page and always fail with `std::bad_function_call`.
- Fixed a bug where `DataLakePathClient::SetAccessControlListRecursive` crashes when operating on the second page.
### Other Changes
## 12.7.0 (2023-07-11)
- New features in `12.7.0-beta.1` are now generally available.

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "azure-storage-files-datalake-cpp",
"version-semver": "12.7.0",
"version-semver": "12.8.0-beta.1",
"description": [
"Microsoft Azure Storage Files Data Lake SDK for C++",
"This library provides Azure Storage Files Data Lake SDK."