Skip to content

Releases: Seagate/cloudfuse

v1.1.1

13 Feb 23:01
5a7c118
Compare
Choose a tag to compare

This version is based on blobfuse2 2.2.0 (upstream).
Bug Fixes

  • fix version output

v1.1.0

13 Feb 00:09
8e8fdff
Compare
Choose a tag to compare

This version is based on blobfuse2 2.2.0 (upstream).
Changes

  • improved performance of directory listing
  • merged upstream version 2.2.0

v1.0.1

20 Jan 00:01
Compare
Choose a tag to compare

This version is based on blobfuse2 2.1.2 (upstream).
Bug Fixes

  • #102 Fix S3 connection error caused by GUI defaulting profile to 'default'
  • #103 Improve --dry-run to detect config errors on Windows properly

v1.0.0

18 Jan 20:44
d7a9da0
Compare
Choose a tag to compare

This version is based on blobfuse2 2.1.2 (upstream).
Changes

  • service mount & unmount commands removed (just use mount & unmount)
  • mount now runs as a service by default (foreground flag is respected) on Windows
  • mount list and unmount all added to Windows CLI
  • GUI now remembers the most recent mount directory
  • sample config files now install to %APPDATA%\Cloudfuse\ on Windows or /usr/share/doc/examples/ on Linux
  • config defaults in GUI and sample config files set up for persistent file cache and improved performance

Bug Fixes

  • #93 Respect no-symlinks Flag
  • #97 Validate config YAML to prevent GUI issues

v0.3.0

20 Dec 22:01
c555846
Compare
Choose a tag to compare

This version is based on blobfuse2 2.1.2 (upstream).
Changes

  • Windows mount no longer requires admin rights
  • Replaced service dedicated to restart mounts on bootup, with a new Windows startup tool that restarts mounts on login.
  • Persistent mounts are now stored in AppData on Windows rather than the registry.
  • Add --dry-run option
  • Bump golang.org/x/crypto from 0.15.0 to 0.17.0

Bug Fixes

  • #58 Fix Windows permissions
  • #61 Keep window open on failed config write
  • #62 Don't delete file cache on unmount when allow-non-empty-temp is set
  • #70 Fix window position issue

0.2.1

30 Nov 18:06
75a68e7
Compare
Choose a tag to compare

This version is based on blobfuse2 2.1.2 (upstream).
Changes
-- Changed sync-to-flush to true by default.
Bug Fixes
-- #48 Prevent "Access Denied" when running as a Windows service

0.2.0

06 Nov 19:04
16f3804
Compare
Choose a tag to compare

Features

  • Include an installer on Windows
  • Linux installers now include the GUI and add it to the user applications.
  • Unmount now accepts --lazy as an argument to unmount in background

Bug Fixes

  • #29 Listing directories on S3 now correctly lists directories up until the maximum configured
  • #28 User-Agent header is now sent on S3 requests

v0.1.0

19 Oct 21:34
7c7864b
Compare
Choose a tag to compare

This release includes all features planned for the 1.0.0 release of cloudfuse, which will be released after additional bug fixes.
This version is based on blobfuse2 2.1.0 (upstream).

Features

  • Runs on Windows using WinFSP, and runs as a Windows service to provide a persistent mount
  • S3 cloud storage is now a supported cloud backend
  • GUI for easy configuration on Linux and Windows