Releases: GoogleCloudPlatform/gcsfuse
Gcsfuse v0.41.11
Fixed a critical bug in write workflow - although it was very rare, but gcsfuse
was writing wrong file content while doing append operation on larger file.
Gcsfuse v0.41.10
Integrating with go storage client library for making calls to gcs these changes are behind an experimental flag.
Gcsfuse v0.41.9
-
Integrated the latest jacobsa/fuse library:
(a) Support on sticky bit on directories
(b) API added to fetch some state data related to any operation - gid, pid etc.
(c) Changes in sample client file system -
Completed the go-client-library integration:
This is guarded under the flag, since we still need testing to check before
removing the guard. Still, you can use it by passing the flag to enable:
--experimental-enable-storage-client-library
Gcsfuse v0.41.8
Added sequential-read-size-mb flag to restrict the amount of data to be downloaded from GCS as part prefetch during sequential reads.
Gcsfuse v0.41.7
- Added more integration tests for file APIs.
- Fixed mounting invalid bucket issue: #770
- Added unix socket support for token-url.
- Fixing Integration Test Related to Relative Log/Key File Path
- Add flag to have ability to not cache Token from token-url
- Tested and changed experimental-stackdriver-export-interval flag to stackdriver-export-interval. See https://github.com/GoogleCloudPlatform/gcsfuse/blob/master/docs/metrics.md on how to use this flag.
Gcsfuse v0.41.6
Fixed key file path issue. Now key file path can be absolute or relative
Gcsfuse v0.41.5
Updated Go version to 1.18
Updated jacobsa/fuse and jacobsa/gcloud library versions
Added capability to pass no_proxy env variable (#731)
Gcsfuse v0.41.4
Large directory listing improvements
Updated jacobsa/fuse dependency version
Gcsfuse v0.41.2
Updating storage library dependency version
GcsFuse v0.41.1
Fixed centos7 installation issue 667