Skip to content

Releases: cyverse/go-irodsclient

v0.11.3

28 Mar 17:24
Compare
Choose a tag to compare
  • Fix file open mode issue in UploadDataObjectParallel API

v0.11.2

08 Mar 23:29
Compare
Choose a tag to compare
  • Hotfix a bug in stringfy error code

v0.11.1

07 Mar 23:56
Compare
Choose a tag to compare
  • Parse iRODS error code and display more informative error string for it

v0.11.0

02 Mar 20:17
Compare
Choose a tag to compare
  • Fix a bug in listing user/group with pagination
  • Reduce RW buffer size to 4MB to align it with socket RW buffer
  • Add send/recv APIs for zero-copy (not yet used)
  • Separate IO session and Metadata session for better connection management

v0.10.12

28 Feb 21:25
Compare
Choose a tag to compare
  • Fix a file extraction bug returning always errors

v0.10.11

27 Feb 16:56
Compare
Choose a tag to compare
  • Refactor error return code to use xerrors
  • Use new one-time connections when extracting struct files to avoid file description related errors

v0.10.10

15 Feb 16:44
Compare
Choose a tag to compare
  • Add new APIs to get and return iRODS connections

v0.10.9

09 Feb 23:52
Compare
Choose a tag to compare
  • Add a new API for getting server version
  • Add a new API for checking parallel upload support

v0.10.8

09 Feb 16:03
Compare
Choose a tag to compare
  • Add callbacks to data upload/download APIs to allow tracking data transfer progress

v0.10.7

30 Jan 23:31
Compare
Choose a tag to compare
  • Fix file path bug in Windows System
  • Add more iRODS error codes
  • No more use of ioutil package