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