Skip to content

Releases: GoogleCloudPlatform/gcsfuse

Gcsfuse v0.34.1

01 Apr 07:33
Compare
Choose a tag to compare
  • Fix the memory issue when uploading large files
  • Add limited-mtime-mutation flag to avoid permission errors when mounting on stoarge-rw scope GCE VMs

Gcsfuse v0.34.0

26 Mar 00:18
Compare
Choose a tag to compare
  • Reduced memory footprint when writing large files
  • Add log-format flag to specify the format of the logs in the log file, from json and text
  • Set symlink atime and ctime
  • Improved errno handling
  • Add debug_fs flag to print debug messages from the internal file system

Gcsfuse v0.33.2

23 Feb 23:42
05be86d
Compare
Choose a tag to compare
  • When --log-file is specified, now all the logs are printed to the log file in a JSON format.
  • Show the name of the mounted file system (in the result of df) as the bucket name if one single bucket is mounted. If gcsfuse mount all accessible buckets at once, the name would be gcsfuse.
  • The user gets "Permission denied" instead of "Input/output error" when they have no access to the GCS API.

Gcsfuse v0.33.1

28 Jan 21:47
Compare
Choose a tag to compare
  • Fix the installation paths from v0.33.0 #487

Gcsfuse v0.33.0

20 Jan 22:21
cb87f2c
Compare
Choose a tag to compare
  • Fixed a bug that causes option --key-file to fail
  • Added an option --token-url to support external authentication helper

gcsfuse 0.32.0

29 Oct 23:14
0715017
Compare
Choose a tag to compare

Major update, including the new mount all buckets feature.

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.