Skip to content

Releases: GoogleCloudPlatform/gcsfuse

gcsfuse 0.27.0

27 Mar 04:17
Compare
Choose a tag to compare
  • Fix build process.

gcsfuse 0.26.0

27 Mar 03:01
Compare
Choose a tag to compare
  • Fixed lint errors.
  • Update package build scripts.

gcsfuse 0.25.0

26 Mar 05:22
Compare
Choose a tag to compare
  • Add logic to detect and optimise random reads.

gcsfuse 0.24.0

27 Mar 03:02
Compare
Choose a tag to compare

Various bug fixes:

  • Add support for requester pays.
  • Fixes to documentation.
  • Fix and clarify certain error messages.

gcsfuse 0.23.0

04 Sep 23:27
Compare
Choose a tag to compare
  • Move informational logging to stdout. Now stderr contains only actual errors
    encountered when processing fuse requests. See issue #242.

  • Don't fail to mount when the bucket doesn't work. Instead print only an
    error. See issue #244.

gcsfuse 0.22.0

09 Aug 02:15
Compare
Choose a tag to compare
  • 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.

gcsfuse 0.21.0

23 Mar 00:20
Compare
Choose a tag to compare
  • Support temp_dir, uid, and gid in /etc/fstab.

gcsfuse 0.20.1

19 Dec 10:47
Compare
Choose a tag to compare

gcsfuse 0.20.1

  • Fixed build errors when building with Go 1.8.
  • Updated all vendored code.

gcsfuse 0.20.0

19 Oct 10:45
Compare
Choose a tag to compare
  • Add support for osxfuse 3.
  • Fix a problem with systemd passing a -n flag to the mount helper.
  • Switch to HTTP 2.

gcsfuse 0.19.0

23 Aug 00:19
Compare
Choose a tag to compare
  • Add support for key_file in fstab options.