Releases: cyverse/go-irodsclient
Releases · cyverse/go-irodsclient
v0.14.15
- Do not retrieve collection info to stat a file
v0.14.14
- Fix bugs in DownloadFileToBuffer and UploadFileFromBuffer
v0.14.13
- Do not remove file, but truncate for overwrite
v0.14.12
- Return transfer result struct for upload and download api calls
- Add condInput key value pair to MovAVUMetadataInp_PI call to support iRODS 4.3.x
- Delete the existing dest file before upload a file as overwrite returns stale file stat info
- Fix a bug in making irods destination path for file upload
v0.14.11
- Link
SkipVerifyTLS
and irods_ssl_verify_server
field in config
- Use os.stat instead of os.lstat to follow symlink
v0.14.10
- Fix a bug in generating iRODS checksum string for sha256 and md5
v0.14.9
- Add default checksum scheme to icommands env and account structs
v0.14.8
- Implement checksum verification
- Follow symlink for local files/dirs
v0.14.7
- Add thread number param for put/get using redirect-to-resource
v0.14.6
- Allow to specify TLS hostname
- Handle SSL authentication if client doesn't care
- List ACLs of a collection using specific query (this is how icommands does)
- Add new ACLs inheritance check API