Skip to content

Releases: GoogleCloudPlatform/gcsfuse

gcsfuse 0.31.0

23 Jul 04:47
Compare
Choose a tag to compare
gcsfuse 0.31.0 Pre-release
Pre-release

Update vendor packages.
Improve handling of transient errors.

Built with golang version 14.6.

gcsfuse 0.30.0

06 Jul 11:45
0278440
Compare
Choose a tag to compare

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

06 Jan 05:04
Compare
Choose a tag to compare

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

10 Jul 05:15
Compare
Choose a tag to compare
  • Fix a bug where random reads could read past the end of a file.

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.