Releases: cyverse/go-irodsclient
Releases · cyverse/go-irodsclient
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
v0.12.13
- Add a param to control bulk registration for ExtractStructFile API
v0.12.12
- iRODS Hash with MD5 will not be using Base64 encoding
v0.12.11
- iRODS Hash with MD5 and ADLER32 algorithms will not be using Base64 encoding
v0.12.10
- Fix auth/ssl/cs-negotiation settings automatically if the setting is not correct
- Add iRODSChecksum struct into iRODSDataObject struct
v0.12.9
- Load icommands environment file
~/.irods/irods_environment.json
even when the ~/.irods/.irodsA
file is missing