- Added support for custom schemes in CloudPath and Client subclases. (Issue #466, PR #467)
- Fixed
ResourceNotFoundError
on Azure gen2 storage accounts with HNS enabled and issue that some Azure credentials do not haveaccount_name
. (Issue #470, Issue #476, PR #478) - Added support for Python 3.13 (Issue #472, PR #474):
.full_match
added.from_uri
addedfollow_symlinks
kwarg added tois_file
added as no-opfollow_symlinks
kwarg added tois_dir
added as no-opnewline
kwarg added toread_text
recurse_symlinks
kwarg added toglob
added as no-oppattern
parameter forglob
can be PathLikerecurse_symlinks
kwarg added torglob
added as no-oppattern
parameter forrglob
can be PathLike.parser
property added