Releases: cyverse/go-irodsclient
Releases · cyverse/go-irodsclient
v0.13.2
- Fix wrong default password file path
v0.13.1
- Add support for
irods_authentication_file
config property
- Invalidate dir and entry cache when extracting struct file correctly
v0.13.0
- Fix bug in reading yaml config file
- Add resumable file download APIs to FS
v0.12.20
- upgrade to yaml.v3 to solve expired certificate issue
- WIP: adding resumable file transfer APIs
v0.12.19
- Add 10s timeout to establish TCP connection to iRODS server
- Wrap pending connection errors
- Add helper APIs
v0.12.18
- Return more detailed error message for Error() on error types
v0.12.17
- Read any of iRODS config, session, and password files if they exist
- Make initial number of connections in the pool configurable via filesystem config
- Do not test connection before it is actually used
- Cache connection errors to avoid repeated try failures
v0.12.16
- Add force argument to copy API
- Fix lint errors
v0.12.15
- Fix a bug that mkdir creates empty dir cache when the target dir exists and have content in it
v0.12.14
- Fix ticket create/mod bug in iRODS >= 4.2.11
- Fix empty checksum handling bug
- Rework error handling to return more detailed info