Releases: cyverse/go-irodsclient
Releases · cyverse/go-irodsclient
v0.14.2
- Use normal parallel upload and download when redirect-to-resource fails
v0.14.1
- Load system CA Certificates when CA Certificate file or path is not provided
v0.14.0
- Add new APIs for downloading and uploading using redirect to resource
- Rework PAM authentication
- Rework iRODS checksum
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