Skip to content

Releases: cyverse/go-irodsclient

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

v0.12.16

20 Oct 23:17
Compare
Choose a tag to compare
  • Add force argument to copy API
  • Fix lint errors

v0.12.15

17 Oct 23:38
Compare
Choose a tag to compare
  • Fix a bug that mkdir creates empty dir cache when the target dir exists and have content in it

v0.12.14

16 Oct 20:28
Compare
Choose a tag to compare
  • Fix ticket create/mod bug in iRODS >= 4.2.11
  • Fix empty checksum handling bug
  • Rework error handling to return more detailed info