Skip to content

Releases: GoogleCloudPlatform/gcsfuse

gcsfuse 0.18.3

13 Jul 04:11
Compare
Choose a tag to compare
  • Fix support for specifying credentials in the environment. (#177)

gcsfuse 0.18.2

02 Jun 12:15
Compare
Choose a tag to compare
  • Fix high memory usage due to using HTTP/2 (#173).

gcsfuse 0.18.1

31 May 04:02
Compare
Choose a tag to compare
  • Support _netdev and no_netdev in the mount helper. (#172)

gcsfuse 0.18.0

23 May 12:17
Compare
Choose a tag to compare
  • Fixed a subtle crash (issue #170).

gcsfuse 0.17.2

16 May 00:22
Compare
Choose a tag to compare
  • Improve panic and debug output for issue #170.

gcsfuse 0.17.1

31 Mar 00:40
Compare
Choose a tag to compare
  • Improved handling of fusermount error messages on Linux.

gcsfuse 0.17.0

19 Feb 01:11
Compare
Choose a tag to compare
  • Build with Go 1.6, improving HTTPS performance.
  • Guess GCS object content types based on file extension. (See #155)

gcsfuse 0.16.0

08 Feb 05:01
Compare
Choose a tag to compare
  • 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

10 Jan 23:39
Compare
Choose a tag to compare
  • Return reasonable atimes and ctimes. (See issue #148.)

gcsfuse 0.15.0

04 Jan 04:59
Compare
Choose a tag to compare
  • Fixed broken handling of relative paths for mount points (issue #147). Flags
    that specify paths, which are less frequently used, must still be absolute.