Releases: Seagate/cloudfuse
v2.1.0
v2.0.3
This version is based on blobfuse2 2.5.0 (upstream).
Bug Fixes
- #801 Fix libfuse3 dependency for Debian Trixie
v2.0.2
This version is based on blobfuse2 2.5.0 (upstream).
Bug Fixes
- #767 Improve size tracker concurrency and accuracy
v2.0.1
This version is based on blobfuse2 2.5.0 (upstream).
Features
- #681 Bump blobfuse version to 2.5.0
Bug Fixes
v2.0.0
This version is based on blobfuse2 2.4.2 (upstream).
Highlights
- New terminal-based configuration UI (TUI):
cloudfuse config - New
updatecommand so cloudfuse can update itself - New
gather-logscommand to easily collect all cloudfuse logs and generate a zip file - Support for FUSE3 on Linux bringing faster directory listing and other performance improvements
- Faster file cache performance on Linux
- APT and RPM repositories
Breaking changes
-
GUI removed from this repo
The GUI is no longer bundled. Install it separately: https://github.com/Seagate/cloudfuse-gui
Use the new TUI withcloudfuse configfor in-terminal setup. -
CLI cleanup and removals
Some v1 command-line options were removed. All removed options can still be configured in theconfig.yaml.
Refer to the docs for the current CLI options. -
Passphrase handling simplified
Base64 encoding of the passphrase is no longer required. Existing base64-encoded values continue to work.
Features
- #481 Add update command
- #599 Add log collector
- #641 Add TUI interface
- #657 Improve file_cache performance on linux
- #631 Bump blobfuse version to 2.4.2
- #500 Add builds for fuse3
- #591 Add rpm and apt repository
- #499 Remove GUI
- #624 Remove V1 Command Line Options
- #650 Remove requirement for base64 encoded passphrase
- #633 Add sync command for size_tracker
Bug Fixes
v1.12.2
This version is based on blobfuse2 2.4.1 (upstream).
Features
- #527 Bump blobfuse version to 2.4.1
Bug Fixes
v1.12.1
This version is based on blobfuse2 2.4.0 (upstream).
Bug Fixes
v1.12.0
This version is based on blobfuse2 2.4.0 (upstream).
Bug Fixes
- #539 Fix issues with block cache and s3
- #566 Fix race conditions with block cache on Windows
- #562 A default file cache path is now set if not in config file
Features
- #565 Data cached in the file cache is now persisted on remounts
v1.11.2
This version is based on blobfuse2 2.4.0 (upstream).
Bug Fixes
- #553 Fix prompt to install WinFSP when already installed
- #542 Improve rename file and prevent data loss in rare cases
Features
- #554 Checksum on release is now signed
v1.11.1
Changelog
- 0c9ecf1 Release 1.11.1 (#540)
- 3e10b11 Always allow open files to be deleted. (#541)
- 4c6a8cc Add OSV scanner (#533)
- 80fa012 Fix release using glibc (#532)
- 83b8b87 Add max line length of 100 (#516)
- 21138bf Bump the aws-sdk group with 2 updates (#535)
- a7c164d Bump actions/setup-python from 5.5.0 to 5.6.0 (#534)
- c820483 Bump github.com/Azure/azure-sdk-for-go/sdk/storage/azblob (#536)
- 50498bf Bump github/codeql-action from 3.28.15 to 3.28.16 (#537)
- 3e55edf Bump astral-sh/setup-uv from 5.4.2 to 6.0.0 (#538)
- d2433df Block deletion for open files (#451)