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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
12.23.0 (2025-10-15)
Features Added
Stable release of features from 12.23.0b1
Bugs Fixed
Fixed an issue where ShareClient's list_directories_and_files API specified with name_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 explicit TypeError,
and let the AttributeError 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.