Releases: GoogleCloudPlatform/gcsfuse
Releases · GoogleCloudPlatform/gcsfuse
gcsfuse 0.18.3
- Fix support for specifying credentials in the environment. (#177)
gcsfuse 0.18.2
- Fix high memory usage due to using HTTP/2 (#173).
gcsfuse 0.18.1
- Support
_netdev
andno_netdev
in the mount helper. (#172)
gcsfuse 0.18.0
- Fixed a subtle crash (issue #170).
gcsfuse 0.17.2
- Improve panic and debug output for issue #170.
gcsfuse 0.17.1
- Improved handling of fusermount error messages on Linux.
gcsfuse 0.17.0
- Build with Go 1.6, improving HTTPS performance.
- Guess GCS object content types based on file extension. (See #155)
gcsfuse 0.16.0
- Add support for new mount option for use with
mount
and/etc/fstab
: implicit_dirs
dir_mode
(accepts an octal number)file_mode
(accepts an octal number)
See docs/mounting.md for more info.
gcsfuse 0.15.1
- Return reasonable atimes and ctimes. (See issue #148.)
gcsfuse 0.15.0
- Fixed broken handling of relative paths for mount points (issue #147). Flags
that specify paths, which are less frequently used, must still be absolute.