Releases: cyverse/gocommands
Releases · cyverse/gocommands
v0.6.4
- Fix file open mode issue in UploadDataObjectParallel API
v0.6.3
- 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
- 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
- Fix a bug in converting error code to string
v0.6.0
- Add auto updater
- Add
--no_update
flag to skip auto update
v0.5.9
- 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
- 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
- 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
- Increase socket read/write buffer size to 4MB
- Transfer files using 4MB buffers to align it with socket buffer size
v0.5.5
- Fix a bug in target path determination. (Sync now sync content of source and target dirs)