Releases: cyverse/go-irodsclient
Releases · cyverse/go-irodsclient
v0.11.3
- Fix file open mode issue in UploadDataObjectParallel API
v0.11.2
- Hotfix a bug in stringfy error code
v0.11.1
- Parse iRODS error code and display more informative error string for it
v0.11.0
- 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
- Fix a file extraction bug returning always errors
v0.10.11
- 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
- Add new APIs to get and return iRODS connections
v0.10.9
- Add a new API for getting server version
- Add a new API for checking parallel upload support
v0.10.8
- Add callbacks to data upload/download APIs to allow tracking data transfer progress
v0.10.7
- Fix file path bug in Windows System
- Add more iRODS error codes
- No more use of
ioutil
package