Skip to content

v0.22.0

Choose a tag to compare

@pjbull pjbull released this 30 Aug 05:18
· 3 commits to master since this release
  • Fixed issue with GS credentials, using default auth enables a wider set of authentication methods in GS (Issue #390, PR #514, thanks @ljyanesm)
  • Added support for http(s) urls with HttpClient, HttpPath, HttpsClient, and HttpsPath. (Issue #455, PR #468)
  • Added experimental support for patching the builtins open, os, os.path, and glob to work with CloudPath objects. It is off by default; see the new "Compatibility" section in the docs for more information. (Issue #128, PR #322)
  • Added support for CloudPath(*parts) to create a CloudPath object from a list of parts (to match pathlib.Path). This is a potentially breaking change for users that relied on the second arg being the client instead of making it an explicit kwarg. (PR #322)