Skip to content

Releases: cyverse/go-irodsclient

v0.14.2

26 Mar 19:34
Compare
Choose a tag to compare
  • Use normal parallel upload and download when redirect-to-resource fails

v0.14.1

21 Mar 00:01
Compare
Choose a tag to compare
  • Load system CA Certificates when CA Certificate file or path is not provided

v0.14.0

14 Mar 23:29
Compare
Choose a tag to compare
  • Add new APIs for downloading and uploading using redirect to resource
  • Rework PAM authentication
  • Rework iRODS checksum

v0.13.2

07 Feb 00:14
Compare
Choose a tag to compare
  • Fix wrong default password file path

v0.13.1

06 Feb 23:23
Compare
Choose a tag to compare
  • Add support for irods_authentication_file config property
  • Invalidate dir and entry cache when extracting struct file correctly

v0.13.0

19 Jan 23:13
Compare
Choose a tag to compare
  • Fix bug in reading yaml config file
  • Add resumable file download APIs to FS

v0.12.20

18 Jan 16:21
Compare
Choose a tag to compare
  • upgrade to yaml.v3 to solve expired certificate issue
  • WIP: adding resumable file transfer APIs

v0.12.19

20 Nov 22:08
Compare
Choose a tag to compare
  • Add 10s timeout to establish TCP connection to iRODS server
  • Wrap pending connection errors
  • Add helper APIs

v0.12.18

01 Nov 16:13
Compare
Choose a tag to compare
  • Return more detailed error message for Error() on error types

v0.12.17

31 Oct 21:17
Compare
Choose a tag to compare
  • 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