Skip to content

Gcsfuse v2.9.0

Compare
Choose a tag to compare
@gcsfuse-github-machine-user-bot gcsfuse-github-machine-user-bot released this 05 Feb 09:30
· 8 commits to master since this release
da12050

New Features:

  • Streaming writes has been introduced. However, due to issue #2975 GCSfuse version 2.9.1 should be used instead to support streaming writes.

Bug Fixes and Improvements

  • GCSFuse would crash if a file-path with basename "\n" is looked up. It's now fixed. GCSFuse now correctly returns ENOENT (File Not Found) in such cases. (#2939)
  • GCSFuse now returns EEXIST error code instead of EIO when attempting to create a directory that already exists on HNS buckets. (#2935)

Known Issue

  • A bug that causes rename operation to fail when a file is open with staged writes and streaming writes enabled. This is fixed in the next version v2.9.1

What's Changed

New Contributors

Full Changelog: v2.8.0...v2.9.0