Skip to content

Latest commit

 

History

History
96 lines (69 loc) · 2.2 KB

changelog.rst

File metadata and controls

96 lines (69 loc) · 2.2 KB

Changelog

2021.10.0

No changes (just released to keep pin with fsspec)

2021.09.0

  • check for bucket also with get_bucket_location (#533)
  • update versioneer (#531)

2021.08.1

  • retry on IncompleteRead (#525)
  • fix isdir for missing bucket (#522)
  • raise for glob("*") (#5167)

2021.08.0

  • fix for aiobotocore update (#510)

2021.07.0

  • make bucket in put(recursive) (#496)
  • non-truthy prefixes (#497)
  • implement rm_file (#499)

2021.06.1

  • bucket region caching (#495)

2021.06.0

  • support "prefix" in directory listings (#486)
  • support negative index in cat_file (#487, 488)
  • don't requite ETag in file details (#480)

2021.05.0

  • optimize info,``exists`` (and related) calls for non-version aware mode
  • copy with entries without ETag (#480)
  • find not to corrupts parent listing (#476)
  • short listing to determine directory (#472, 471)

Version 2021.04.0

  • switch to calver and fsspec pin
  • py36 (#462)
  • async fixes (#456, 452)

Version 0.6.0

  • update for fsspec 0.9.0 (#448)
  • better errors (#443)
  • cp to preserve ETAG (#441)
  • CI (#435, #427, #395)
  • 5GB PUT (#425)
  • partial cat (#389)
  • direct find (#360)

Version 0.5.0

  • Asynchronous filesystem based on aiobotocore

Version 0.4.0

  • Increased the minimum required version of fsspec to 0.6.0