Skip to content

Releases: GoogleCloudPlatform/gcsfuse

Gcsfuse v0.41.11

11 Jan 05:41
24de9d2
Compare
Choose a tag to compare

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

26 Dec 11:53
66744d7
Compare
Choose a tag to compare

Integrating with go storage client library for making calls to gcs these changes are behind an experimental flag.

Gcsfuse v0.41.9

30 Nov 12:15
4f181fd
Compare
Choose a tag to compare
  1. 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

  2. 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

28 Oct 09:10
ce353a4
Compare
Choose a tag to compare

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

26 Sep 08:42
cdea667
Compare
Choose a tag to compare
  • 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

24 Aug 08:17
64b65e2
Compare
Choose a tag to compare

Fixed key file path issue. Now key file path can be absolute or relative

Gcsfuse v0.41.5

04 Aug 11:45
d14d52f
Compare
Choose a tag to compare

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

21 Jun 07:56
7af1ab8
Compare
Choose a tag to compare

Large directory listing improvements
Updated jacobsa/fuse dependency version

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