Skip to content

Releases: cyverse/gocommands

v0.6.4

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

v0.6.3

13 Mar 19:17
Compare
Choose a tag to compare
  • Update help message (removes duplicate default values)
  • Add new flags upload_thread_num, download_thread_num, and tcp_buffer_size to fine control transfer

v0.6.2

11 Mar 00:28
Compare
Choose a tag to compare
  • Don't auto self-upgrade gocommands as it takes few seconds to check versions
  • Add upgrade subcommand for self-upgrade
  • Fix cd subcommand bug when it is used with -c

v0.6.1

08 Mar 23:37
Compare
Choose a tag to compare
  • Fix a bug in converting error code to string

v0.6.0

08 Mar 18:24
Compare
Choose a tag to compare
  • Add auto updater
  • Add --no_update flag to skip auto update

v0.5.9

08 Mar 00:04
Compare
Choose a tag to compare
  • Upgrade go-irodsclient to display more informative error string
  • Fix a bug in common root dir calculation occurs when inputs are files
  • Release unused irods filesystem client early in parent process when retry option is used, to not have idle connections in hold

v0.5.8

06 Mar 17:00
Compare
Choose a tag to compare
  • Fix a bug that retry requires --force flag bug bput/sync don't have it.
  • Reduce bundle size to not use local disk space too much

v0.5.7

02 Mar 23:07
Compare
Choose a tag to compare
  • Add bclean subcommand to clear leftover bundle files
  • Add --clear_leftover flag to bput and sync subcommands to clear leftover bundle files before running the transfer

v0.5.6

02 Mar 20:29
Compare
Choose a tag to compare
  • Increase socket read/write buffer size to 4MB
  • Transfer files using 4MB buffers to align it with socket buffer size

v0.5.5

01 Mar 20:23
Compare
Choose a tag to compare
  • Fix a bug in target path determination. (Sync now sync content of source and target dirs)