Releases: GoogleCloudPlatform/gcsfuse
Releases · GoogleCloudPlatform/gcsfuse
Gcsfuse v0.41.2
Updating storage library dependency version
GcsFuse v0.41.1
Fixed centos7 installation issue 667
GcsFuse v0.41.0
Gcsfuse v0.40.0
- 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
Update Dockerfile for v0.39.2
Gcsfuse v0.39.1
- Fix a bug causing files to be not found
- Reduce noise in the logs
Gcsfuse v0.39.0
- Simplify lookups in directory to reduce API calls
- Add stackdriver exporter for monitoring metrics
Gcsfuse v0.38.0
- 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
Full Changelog: v0.36.0...v0.37.0
Gcsfuse v0.36.0
- Add a "--endpoint" option to redirect the GCS endpoint.
- Better system errno instead of "input/output error".
- Upgraded dependencies.