Changelog¶
Version 0.8.0¶
- keep up with fsspec 0.9.0 async
- one-shot find
- consistency checkers
- retries for intermittent issues
- timeouts
- partial cat
- http error status
- CI to GHA
Version 0.7.0¶
- async operations via aiohttp
Version 0.6.0¶
API-breaking: Changed requester-pays handling for
GCSFileSystem
.The
user_project
keyword has been removed, and has been replaced with therequester_pays
keyword. If you’re working with arequester_pays
bucket you will need to explicity passrequester_pays=True
. This will include yourproject
ID in requests made to GCS.
Version 0.5.3¶
Version 0.5.0¶
- Added the ability to make requester-pays requests with the
user_project
parameter (PR #206)
Version 0.4.0¶
- Improved performance when serializing filesystem objects (PR #182)
- Fixed authorization errors when using
gcsfs
within multithreaded code (PR #183, PR #192) - Added contributing instructions (PR #185)
- Improved performance for
gcsfs.GCSFileSystem.info()
(PR #187) - Fixed bug in
gcsfs.GCSFileSystem.info()
raising an error (PR #190)