Skip to content

Releases: GoogleCloudPlatform/gcsfuse

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.

Gcsfuse v0.35.1

07 Jun 23:17
Compare
Choose a tag to compare
  • Fix a bug that causes mkdir stuck

Gcsfuse v0.35.0

27 Apr 05:54
Compare
Choose a tag to compare
  • Non-atomically rename a directory containing recursive files and subdirectories under a limit (specified by flag --rename-dir-limit)
  • Readable timestamp in text format log files (specified by --log-format=text --log-file=...)
  • Request access token from an URL (specified by --token-url) only when the previous token expires
  • Better debug logging overall
  • Upgraded dependency libraries