Skip to content

Releases: cyverse/irodsfs

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

v0.8.1

06 Dec 19:04
Compare
Choose a tag to compare
  • Fix icommands configuration file read bug

v0.8.0

06 Dec 17:19
Compare
Choose a tag to compare
  • Implement XATTR to read/list/update/add iRODS AVU
  • Safe program termination at Ctrl + C
  • Guard against array range bug
  • Remove instance data dir at termination
  • Refactor command-line argument handling
    • Use double dash for long command-line flags (e.g., --config)

v0.7.9

15 Sep 00:01
Compare
Choose a tag to compare
  • Use go-fuse instead of bazil.org/fuse to provide stability, performance, and more feature supports
  • Add github action to make binaries at release automatically