Changelog¶
Version 0.6.0¶
API-breaking: Changed requester-pays handling for
GCSFileSystem.The
user_projectkeyword has been removed, and has been replaced with therequester_payskeyword. If you’re working with arequester_paysbucket you will need to explicity passrequester_pays=True. This will include yourprojectID in requests made to GCS.
Version 0.5.3¶
Version 0.5.2¶
Fixed bug in
user_projectfallback for default Google authentication (PR #213)
Version 0.5.1¶
user_projectnow falls back to theprojectif provided (PR #208)
Version 0.5.0¶
Added the ability to make requester-pays requests with the
user_projectparameter (PR #206)
Version 0.4.0¶
Improved performance when serializing filesystem objects (PR #182)
Fixed authorization errors when using
gcsfswithin 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)