12.23.0 (2025-10-15)
Features Added
- Stable release of features from 12.23.0b1
Bugs Fixed
- Fixed an issue where
ShareClient
'slist_directories_and_files
API specified withname_starts_with
would not return all results when the share contains a large number of files and directories. - Removed
__enter__
and__exit__
attributes for all asynchronous client objects for raising explicitTypeError
,
and let theAttributeError
raise directly.
Other Changes
- Migrated any previously documented
kwarg
arguments to be named keywords.
Some public types may have been adjusted if they were previously erroneous or incomplete.