github GoogleCloudPlatform/gcsfuse v2.3.0
Gcsfuse v2.3.0

latest release: v2.3.1
3 days ago

Enhancements:

  • Ignore Interrupts default true:
    • --ignore-interrupts flag is now ENABLED by default, more details on this feature added in v2.1.0.
  • kernel list cache config change:
    • There is backward incompatible change in this release for configuration file, prior to this release kernel-list-cache-ttl-secs could be set using file-system:kernel-list-cache-ttl-secs, for this release the config should be list:kernel-list-cache-ttl-secs. Passing this value through cli remains the same, no change in that.
  • anonymous-access config change:
    • There is backward incompatible change in this release for configuration file, prior to this release anonymous access used to access an endpoint that does not require authentication, such as a publicly accessible bucket or test endpoint could be set using auth-config:anonymous-access: true, for this release the config should be gcs-auth:anonymous-access: true. Passing this value through cli remains the same, no change in that.

Dependency Upgrades / CVE fixes:

  • Upgraded go lang to 1.22.4.

What's Changed

Full Changelog: v2.2.0...v2.3.0

Don't miss a new gcsfuse release

NewReleases is sending notifications on new releases.