Skip to content

Releases: cyverse/go-irodsclient

v0.14.15

27 Aug 15:52
Compare
Choose a tag to compare
  • Do not retrieve collection info to stat a file

v0.14.14

22 Aug 23:21
Compare
Choose a tag to compare
  • Fix bugs in DownloadFileToBuffer and UploadFileFromBuffer

v0.14.13

25 Jul 21:43
Compare
Choose a tag to compare
  • Do not remove file, but truncate for overwrite

v0.14.12

24 Jul 22:09
Compare
Choose a tag to compare
  • 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

17 Jun 16:11
Compare
Choose a tag to compare
  • Link SkipVerifyTLS and irods_ssl_verify_server field in config
  • Use os.stat instead of os.lstat to follow symlink

v0.14.10

11 Jun 23:48
Compare
Choose a tag to compare
  • Fix a bug in generating iRODS checksum string for sha256 and md5

v0.14.9

11 Jun 22:08
Compare
Choose a tag to compare
  • Add default checksum scheme to icommands env and account structs

v0.14.8

11 Jun 21:39
Compare
Choose a tag to compare
  • Implement checksum verification
  • Follow symlink for local files/dirs

v0.14.7

06 Jun 21:16
Compare
Choose a tag to compare
  • Add thread number param for put/get using redirect-to-resource

v0.14.6

15 May 23:46
Compare
Choose a tag to compare
  • 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