Skip to content

Gcsfuse v2.3.0

Compare
Choose a tag to compare
@gcsfuse-github-machine-user-bot gcsfuse-github-machine-user-bot released this 28 Jun 09:34
· 315 commits to master since this release
9d5cbea

Enhancements:

  • Ignore Interrupts default true:
    • --ignore-interrupts flag is now ENABLED by default, more details on this feature added in v2.1.0.
  • Experimental kernel list cache config change:
    • There is backward incompatible change in this release for configuration file, prior to this release the experimental 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