Skip to content

Commit 6375570

Browse files
authored
Update Beta Package Version (Azure#4848)
1 parent 96c34cb commit 6375570

File tree

4 files changed

+6
-7
lines changed

4 files changed

+6
-7
lines changed

sdk/storage/azure-storage-blobs/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Release History
22

3-
## 12.9.0-beta.1 (Unreleased)
3+
## 12.9.0-beta.1 (2023-08-08)
44

55
### Features Added
66

sdk/storage/azure-storage-blobs/vcpkg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "azure-storage-blobs-cpp",
3-
"version-semver": "12.8.0",
3+
"version-semver": "12.9.0-beta.1",
44
"description": [
55
"Microsoft Azure Storage Blobs SDK for C++",
66
"This library provides Azure Storage Blobs SDK."

sdk/storage/azure-storage-files-datalake/CHANGELOG.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,17 @@
11
# Release History
22

3-
## 12.8.0-beta.1 (Unreleased)
3+
## 12.8.0-beta.1 (2023-08-08)
44

55
### Features Added
66

7-
### Breaking Changes
7+
- Bumped up API version to `2023-08-03`.
8+
- Added support for paginated directory delete when using AAD authentication.
89

910
### Bugs Fixed
1011

1112
- Fixed a bug where `DataLakeDirectoryClient::ListPaths` and `DataLakeFileSystemClient::ListPaths` cannot list the second page and always fail with `std::bad_function_call`.
1213
- Fixed a bug where `DataLakePathClient::SetAccessControlListRecursive` crashes when operating on the second page.
1314

14-
### Other Changes
15-
1615
## 12.7.0 (2023-07-11)
1716

1817
- New features in `12.7.0-beta.1` are now generally available.

sdk/storage/azure-storage-files-datalake/vcpkg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "azure-storage-files-datalake-cpp",
3-
"version-semver": "12.7.0",
3+
"version-semver": "12.8.0-beta.1",
44
"description": [
55
"Microsoft Azure Storage Files Data Lake SDK for C++",
66
"This library provides Azure Storage Files Data Lake SDK."

0 commit comments

Comments
 (0)