File tree Expand file tree Collapse file tree 4 files changed +40
-0
lines changed
azure-storage-file-datalake Expand file tree Collapse file tree 4 files changed +40
-0
lines changed Original file line number Diff line number Diff line change 44
55### Features Added
66
7+ ## 12.27.0 (2025-10-15)
8+
9+ ### Features Added
10+ - Stable release of features from 12.27.0b1
11+
12+ ### Other Changes
13+ - Migrated any previously documented ` kwarg ` arguments to be named keywords.
14+ Some public types may have been adjusted if they were previously erroneous or incomplete.
15+ - Removed ` __enter__ ` and ` __exit__ ` attributes for all asynchronous client objects for raising explicit ` TypeError ` ,
16+ and let the ` AttributeError ` raise directly.
17+
718## 12.26.0 (2025-07-16)
819
920### Features Added
Original file line number Diff line number Diff line change 44
55### Features Added
66
7+ ## 12.22.0 (2025-10-15)
8+
9+ ### Features Added
10+ - Stable release of features from 12.22.0b1
11+
12+ ### Other Changes
13+ - Removed ` __enter__ ` and ` __exit__ ` attributes for all asynchronous client objects for raising explicit ` TypeError ` ,
14+ and let the ` AttributeError ` raise directly.
15+
716## 12.21.0 (2025-07-16)
817
918### Features Added
Original file line number Diff line number Diff line change 44
55### Features Added
66
7+ ## 12.23.0 (2025-10-15)
8+
9+ ### Features Added
10+ - Stable release of features from 12.23.0b1
11+
12+ ### Bugs Fixed
13+ - Fixed an issue where ` ShareClient ` 's ` list_directories_and_files ` API specified with ` name_starts_with `
14+ would not return all results when the share contains a large number of files and directories.
15+ - Removed ` __enter__ ` and ` __exit__ ` attributes for all asynchronous client objects for raising explicit ` TypeError ` ,
16+ and let the ` AttributeError ` raise directly.
17+
718## 12.22.0 (2025-07-16)
819
920### Features Added
Original file line number Diff line number Diff line change 44
55### Features Added
66
7+ ## 12.14.0 (2025-10-15)
8+
9+ ### Features Added
10+ - Stable release of features from 12.14.0b1
11+
12+ ### Other Changes
13+ - Removed ` __enter__ ` and ` __exit__ ` attributes for all asynchronous client objects for raising explicit ` TypeError ` ,
14+ and let the ` AttributeError ` raise directly.
15+
716## 12.13.0 (2025-07-16)
817
918### Features Added
You can’t perform that action at this time.
0 commit comments