Svfs Versions Save

The Swift Virtual File System

v0.6.3

8 years ago

Changelog

BUGFIXES :

  • [#65] HTTP 408 response received occasionally after file creation.
  • [#66] Race condition on file attribute change after open().

v0.6.2

8 years ago

Changelog

FEATURE :

  • [#62] Support for symlinks.

v0.6.1

8 years ago

Changelog

IMPROVEMENTS :

  • [#58] Report correct information in stat(2) calls (used by du).
  • [#58] Report correct information in statfs(2) calls (used by df).
  • Remove fake directory size on containers.

v0.6.0

8 years ago

Changelog

FEATURE :

  • [#50] Support for AES-GCM data encryption and authentication.

v0.5.2

8 years ago

Changelog

FEATURES :

  • [#41] Support for standard fuse permission options.
  • [#42] Support Swift ACL.
  • [#43] Support modification time change.

BUGFIX :

  • [#47] hubic-application only works when redirect URL is http://localhost/.

v0.5.1

8 years ago

Changelog

IMPROVEMENTS :

  • [#33] When uploading objects, auto-detect content-type header from file suffix.
  • [#35] Support for opening a file with an offset (make svfs usable with file browsers, allow media streaming, etc).

BUGFIXES :

  • [#37] Segments not removed in certain cases due to bulk-delete.
  • [#38] Don't allow segment size greater than Swift's maximum object size.

v0.5.0

8 years ago

Changelog

FEATURES :

  • [#30] Automatic token refresh for hubic.
  • Handy helper command hubic-application provides permanent mount options.

IMPROVEMENT :

  • [#32] Default go_gc value set to 60.
  • [#23] Tests.

v0.4.2

8 years ago

Changelog

FEATURES :

  • [#29] Support for remote profiling
  • Support for gc rate option

BUGFIX :

  • [#28] Directory removal fails silently on non-pseudo directory

v0.4.1

8 years ago

Changelog

FEATURE :

  • [#24] Support uid/gid/permissions

v0.4.0

8 years ago

Changelog

IMPROVEMENTS :

  • Standard mount compatibility.
  • Allow custom device name instead of "svfs".
  • Documentation of all options.
  • Proper packaging.