Skip to content

Gcsfuse v2.7.0

Latest
Compare
Choose a tag to compare
@gcsfuse-github-machine-user-bot gcsfuse-github-machine-user-bot released this 06 Jan 10:45
· 45 commits to master since this release
6ae0e39

Write Stability improvements: Reduces write tail latencies by increasing the number of retries in case of a write operation stall. The retries are configured to kick in if the stall is greater than 10 seconds. This feature will enhance the application's ability to successfully complete write operations, especially for large files such as checkpoint writes.

Bug Fixes & Improvements:

  1. gRPC: Fixed a rare pre-condition error in gRPC client protocol. The pre-condition error arises when moving a directory to an empty directory. PR#2838
  2. Negative metadata caches entries upon the deletion of an object/folder. PR#2822

Dependency Upgrades / CVE fixes:

  1. Fixing CVE in the crypto library. PR #2809
  2. Upgraded dependencies for better stability
    i. go-lang version from 1.23.3 to 1.23.4
    ii. Other dependency upgrade
    PR#2762 , PR#2756, PR#2757, PR#2758, PR#2759, PR#2760, PR#2761, PR#2731