Skip to content

Releases: cyverse/irodsfs

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

v0.7.8

31 Aug 23:23
Compare
Choose a tag to compare
  • Upgrade go-irodsclient, irodsfs-pool
  • Added prometheus metrics exposer to irodsfs-pool

v0.7.7

16 Aug 16:46
Compare
Choose a tag to compare
  • Cap max connections
  • Share a connection across file handles
  • return no-error for setattr (time/uid/mode) for client compatibility

v0.7.6

29 Jul 01:03
Compare
Choose a tag to compare
  • Upgrade dependencies
  • Fix SSL connection issue (shared secret encoding error)
  • Suppress utime error
  • Add metadata cache to irodsfs-pool client

v0.7.5

26 Jul 22:02
Compare
Choose a tag to compare
  • Upgrade dependencies
  • Add a new configuration parameter no_permission_check to skip fs ACLs listing which is very very slow.
  • Skip v0.7.4 because the version is released mistakenly.

v0.7.3

28 Jun 00:26
Compare
Choose a tag to compare
  • Change the config field name and command line parameter name for the address of a pool service to be consistent with irodsfs-pool