Releases: GoogleCloudPlatform/gcsfuse
Releases · GoogleCloudPlatform/gcsfuse
gcsfuse 0.31.0
Update vendor packages.
Improve handling of transient errors.
Built with golang version 14.6.
gcsfuse 0.30.0
Last stable release before major changes.
List of smaller changes:
- Updates to documentation.
- https_proxy support for gcsfuse and mount_gcsfuse.
- Command line option handling.
Built with golang 1.9.7
gcsfuse 0.29.0
Merge various contributions:
- Updates readme with billing_project mount option.
- Adds billing_project to supported fstab options.
- Allow passing of more debugging options.
- Make stat cache capacity configurable
- Preserve http_proxy environment variable when daemonizing.
Built with golang 1.9.7
gcsfuse 0.28.0
- Fix a bug where random reads could read past the end of a file.
gcsfuse 0.27.0
- Fix build process.
gcsfuse 0.26.0
- Fixed lint errors.
- Update package build scripts.
gcsfuse 0.25.0
- Add logic to detect and optimise random reads.
gcsfuse 0.24.0
Various bug fixes:
- Add support for requester pays.
- Fixes to documentation.
- Fix and clarify certain error messages.
gcsfuse 0.23.0
gcsfuse 0.22.0
- Add an
only_dir
fstab option. - Add fstab options for throttling.
- Check at program startup that the bucket works properly.
- Add cache TTL fstab options.
- Update vendored dependencies.
- Build with a new version of Go.
- This works around a memory usage problem: http://golang.org/issues/20448