Releases: cyverse/irodsfs
Releases · cyverse/irodsfs
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
v0.8.1
- Fix icommands configuration file read bug
v0.8.0
- 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
- 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
- Upgrade go-irodsclient, irodsfs-pool
- Added prometheus metrics exposer to irodsfs-pool
v0.7.7
- Cap max connections
- Share a connection across file handles
- return no-error for setattr (time/uid/mode) for client compatibility
v0.7.6
- Upgrade dependencies
- Fix SSL connection issue (shared secret encoding error)
- Suppress utime error
- Add metadata cache to irodsfs-pool client
v0.7.5
- 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
- Change the config field name and command line parameter name for the address of a pool service to be consistent with
irodsfs-pool