This repository has been archived by the owner on Feb 26, 2020. It is now read-only.
Releases: ovh/svfs
Releases · ovh/svfs
Version 0.9.1
Changelog
IMPROVEMENTS :
- Auto detect uid and gid based on the current user.
- Allow redirecting stdout and stderr.
Version 0.9.0
Changelog
IMPROVEMENTS :
- [#79] Directory times are now set to the filesystem mount time.
- [#101] Application panic events are pushed to syslog.
- Option
extra_attr
renamed toattr
.
FEATURE :
- [#103] New option :
xattr
can now be used to handle extended attributes on files.
BUGFIX :
- [#105]
fsync(2)
calls are now handled as a no-op.
Version 0.8.2
Changelog
FEATURE :
- New option :
storage_policy
.
Version 0.8.1
Changelog
IMPROVEMENT :
- Major resource consumption improvement.
FEATURE :
- New optimization flag for transfer mode.
Version 0.8.0
Changelog
IMPROVEMENTS :
- [#87] Better CLI.
- Option
identity_url
has been renamed toauth_url
. - Option
timeout
has been renamed toconnect_timeout
.