Skip to content

Releases: GoogleCloudPlatform/gcsfuse

Gcsfuse v0.41.2

31 May 08:51
e8728fa
Compare
Choose a tag to compare

Updating storage library dependency version

GcsFuse v0.41.1

28 Apr 17:09
db6b744
Compare
Choose a tag to compare

Fixed centos7 installation issue 667

GcsFuse v0.41.0

27 Apr 11:41
Compare
Choose a tag to compare
  • Fixed 652, 648, 659

  • Added support for file caching on disk behind flag: experimental-local-file-cache. This is not yet ready for consumption even in dev-mode

Gcsfuse v0.40.0

11 Feb 01:40
Compare
Choose a tag to compare
  • Use OpenCensus instead of Prometheus for exporting metrics to Stackdriver
  • Introduce flag --stackdriver-export-interval
  • Properly handle name conflicts when renaming a directory
  • Set mount subtype to be gcsfuse

Gcsfuse v0.39.2

20 Dec 22:56
Compare
Choose a tag to compare
Update Dockerfile for v0.39.2

Gcsfuse v0.39.1

17 Dec 01:32
Compare
Choose a tag to compare
  • Fix a bug causing files to be not found
  • Reduce noise in the logs

Gcsfuse v0.39.0

16 Dec 08:39
Compare
Choose a tag to compare
  • Simplify lookups in directory to reduce API calls
  • Add stackdriver exporter for monitoring metrics

Gcsfuse v0.38.0

06 Dec 23:50
Compare
Choose a tag to compare
  • Reduces the metadata syncing cost
  • Better read performance
  • Fixes deadlock with large number of connections
  • Provides an experimental stackdriver exporter for bytes_read metric

Gcsfuse v0.37.0

29 Oct 22:34
Compare
Choose a tag to compare

Gcsfuse v0.36.0

06 Aug 22:59
Compare
Choose a tag to compare
  • Add a "--endpoint" option to redirect the GCS endpoint.
  • Better system errno instead of "input/output error".
  • Upgraded dependencies.