You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sdk/storage/azure-storage-files-datalake/CHANGELOG.md
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,18 +1,17 @@
1
1
# Release History
2
2
3
-
## 12.8.0-beta.1 (Unreleased)
3
+
## 12.8.0-beta.1 (2023-08-08)
4
4
5
5
### Features Added
6
6
7
-
### Breaking Changes
7
+
- Bumped up API version to `2023-08-03`.
8
+
- Added support for paginated directory delete when using AAD authentication.
8
9
9
10
### Bugs Fixed
10
11
11
12
- Fixed a bug where `DataLakeDirectoryClient::ListPaths` and `DataLakeFileSystemClient::ListPaths` cannot list the second page and always fail with `std::bad_function_call`.
12
13
- Fixed a bug where `DataLakePathClient::SetAccessControlListRecursive` crashes when operating on the second page.
13
14
14
-
### Other Changes
15
-
16
15
## 12.7.0 (2023-07-11)
17
16
18
17
- New features in `12.7.0-beta.1` are now generally available.
0 commit comments