Releases: cyverse/gocommands
Releases · cyverse/gocommands
v0.5.4
- Fix target path calculation bug
- Add
--upload_thread_num
to control the number of upload threads
- Print out staging path
v0.5.3
- Use bundling even if the bundle has only one file in it
- Increase bundle size to 5GB
v0.5.2
- Upload files in a bundle one-by-one to avoid race
v0.5.1
- Fix a bug in struct file extraction used in
bput
throwing always errors.
v0.5.0
- Add
retry
and retry_interval
flags for put
, bput
, get
, cp
and sync
subcommands to retry at failures.
v0.4.9
- Fix a bug that doesn't display progress bars while running put and get
- Fix a bug that file descriptor error occurs while extracting bundle files
v0.4.8
- Fix a bug in sync that uses user home dir for bundle file staging
- Refactor error handling using xerrors to print stacktrace
v0.4.7
bput
extracts bundle files in parallel using 3 threads
- Determines bundle file staging directory on the same resource server as destination dir
v0.4.6
- Display replica status when running
ls
subcommand with -L
flag
- Rework
put
, get
, copy
, and bput
to compare files before transfer files
- Add
--no_hash
flag to no use hash of file content for comparisons
- Rework
sync
subcommand to use the same code used in put
, get
, copy
, and bput
v0.4.5
- Test and fix file path bug in Windows system.