Skip to content

Releases: cyverse/irodsfs

v0.8.11

09 Mar 01:51
Compare
Choose a tag to compare
  • Fix an error that occurs when cd to virtual dir which has 0o400 permission. Give 0o500 permission instead.

v0.8.10

09 Mar 00:11
Compare
Choose a tag to compare
  • Fix error printing bug in go-irodsclient
  • Apply 4MB tcp socket buffer for read/write to improve performance

v0.8.9

07 Mar 22:22
Compare
Choose a tag to compare
  • 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

27 Feb 23:05
Compare
Choose a tag to compare
  • Use xerrors to track origin of errors easily
  • Apply new async IO modules

v0.8.7

11 Feb 23:52
Compare
Choose a tag to compare
  • Fix file open bug that always opens files in READ-ONLY mode.

v0.8.6

30 Jan 19:39
Compare
Choose a tag to compare
  • Add log_level configuration param and --log_level command-line argument

v0.8.5

23 Jan 23:59
Compare
Choose a tag to compare
  • 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

15 Dec 23:24
Compare
Choose a tag to compare
  • Add instance_id flag
  • Use instance_id field in configuration struct instead of global var

v0.8.3

14 Dec 22:49
Compare
Choose a tag to compare
  • 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

09 Dec 22:43
Compare
Choose a tag to compare
  • When change data root, change log path too