Releases: cyverse/go-irodsclient
Releases · cyverse/go-irodsclient
v0.16.4
- bugfix: post filter required unix-style wildcard
v0.16.3
- Filter results by original unix wildcard, since the SQL wildcards are less strict
v0.16.2
- Implement collection and data object search APIs (written by Sietse Snel at UtrechtUniversity)
v0.16.1
- Do not leave orphan goroutines when waiting for file handle closes is timed out
v0.16.0
- Rework user and group APIs
v0.15.9
- do not try to delete a data object to overwrite when ticket is used because ticket does not support deletion
v0.15.8
- Remove stale caches when removing a dir recursively
v0.15.7
- Set default file create mode
- Do not throw error when deleting non-existing data objects
- Set keep alive period to 15 sec
- Handle CAT_UNKNOWN_FILE error
- Handle EOF error correctly
- Add UpRemove test
v0.15.6
- Use original password for dedicated PAM API for compatibility to old iRODS
- Use 1MB TCP Socket buffer for control connections
- Use server-defined TCP socket buffer size for data connections to resource servers
- Handle CAT_UNKNOWN_COLLECTION
v0.15.5
- Add JSON/YAML tags to config structs for mashalling and unmarshalling