Gcsfuse v1.1.0
gcsfuse-github-machine-user-bot
released this
28 Aug 20:24
·
894 commits
to master
since this release
- Reading compressed objects (gzip) in compressed format is now supported.
- Deprecated --enable-storage-client-library flag. With this deprecation, GCSfuse will always use the Go Storage client to interact with GCS. Please reach out to us on Discussions or Issues section in case you face any issues with the deprecation.
- Changed name of --endpoint flag to --custom-endpoint. Note: When --custom-endpoint is specified, authentication with the endpoint is disabled.
- Upgraded versions of couple of dependencies i.e. Go Storage client version from 1.29.0 to 1.31.0 & jacobsa/fuse.
- Shifted from custom implementation of rate limiter to Go’s rate limiter. No changes in the functionality.
- Added more e2e/integration tests.
- Minor bug fixes in tests & build packages.