Skip to content

v0.21.0

Latest
Compare
Choose a tag to compare
@pjbull pjbull released this 04 Mar 01:12
  • Removed support for deprecated env var that had a typo (CLOUPATHLIB_FILE_CACHE_MODE; you should use CLOUDPATHLIB_FILE_CACHE_MODE).
  • Added support for timeout and retry kwargs for GSClient. (Issue #484, PR #485, thanks @Mchristos)
  • Fixed CloudPath(...) / other to correctly attempt to fall back on other's __rtruediv__ implementation, in order to support classes that explicitly support the / with a CloudPath instance. Previously, this would always raise a TypeError if other were not a str or PurePosixPath. (PR #479)
  • Added md5 property to GSPath, updated LocalGSPath to include md5 property, updated mock_gs.MockBlob to include md5_hash property. (Issue #482, PR #483)
  • Fixed an uncaught exception on Azure Gen2 storage accounts with HNS enabled when used with DefaultAzureCredential. (Issue #486, PR #487)
  • Removed support for Python 3.8, which was EOL in October 2024. (PR #502)