Skip to content
This repository has been archived by the owner on Feb 26, 2020. It is now read-only.

Releases: ovh/svfs

Version 0.6.3

01 Jun 13:28
Compare
Choose a tag to compare
Version 0.6.3 Pre-release
Pre-release

Changelog

BUGFIXES :

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

Version 0.6.2

27 May 08:26
Compare
Choose a tag to compare
Version 0.6.2 Pre-release
Pre-release

Changelog

FEATURE :

  • [#62] Support for symlinks.

Version 0.6.1

18 May 13:58
Compare
Choose a tag to compare
Version 0.6.1 Pre-release
Pre-release

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.

Version 0.6.0

02 May 09:01
Compare
Choose a tag to compare
Version 0.6.0 Pre-release
Pre-release

Changelog

FEATURE :

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

Version 0.5.2

18 Apr 15:21
Compare
Choose a tag to compare
Version 0.5.2 Pre-release
Pre-release

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/.

Version 0.5.1

04 Apr 17:26
Compare
Choose a tag to compare
Version 0.5.1 Pre-release
Pre-release

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.

Version 0.5.0

29 Mar 16:37
Compare
Choose a tag to compare
Version 0.5.0 Pre-release
Pre-release

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.

Version 0.4.2

18 Mar 17:23
Compare
Choose a tag to compare
Version 0.4.2 Pre-release
Pre-release

Changelog

FEATURES :

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

BUGFIX :

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

Version 0.4.1

07 Mar 21:23
Compare
Choose a tag to compare
Version 0.4.1 Pre-release
Pre-release

Changelog

FEATURE :

  • [#24] Support uid/gid/permissions

Version 0.4.0

03 Mar 19:06
Compare
Choose a tag to compare
Version 0.4.0 Pre-release
Pre-release

Changelog

IMPROVEMENTS :

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