Releases: cyverse/irodsfs
Releases · cyverse/irodsfs
v0.8.11
- Fix an error that occurs when
cd
to virtual dir which has 0o400
permission. Give 0o500
permission instead.
v0.8.10
- Fix error printing bug in go-irodsclient
- Apply 4MB tcp socket buffer for read/write to improve performance
v0.8.9
- Unmount
irodsfs
when pressing ctrl + c
using fusermount -uz
to let fuse module unmount lazily when it goes idle. This is more stable and graceful way.
- Do not create
data_root
dir when it's not needed as we don't use file based PIPE anymore.
v0.8.8
- Use xerrors to track origin of errors easily
- Apply new async IO modules
v0.8.7
- Fix file open bug that always opens files in READ-ONLY mode.
v0.8.6
- Add
log_level
configuration param and --log_level
command-line argument
v0.8.5
- Process PAM authentication from
go-irodsclient
- No more use of ioutil.xxx
- Add
--log_path
argument in command line to control log file path or make it silent (with -
)
v0.8.4
- Add
instance_id
flag
- Use instance_id field in configuration struct instead of global var
v0.8.3
- Change name of auth scheme field in config.yaml file from "authscheme" to "auth_scheme"
- Support PAM auth using iCommands Environment file
v0.8.2
- When change data root, change log path too