Skip to content

Releases: cyverse/gocommands

v0.5.4

01 Mar 17:57
Compare
Choose a tag to compare
  • Fix target path calculation bug
  • Add --upload_thread_num to control the number of upload threads
  • Print out staging path

v0.5.3

01 Mar 15:48
Compare
Choose a tag to compare
  • Use bundling even if the bundle has only one file in it
  • Increase bundle size to 5GB

v0.5.2

01 Mar 02:14
Compare
Choose a tag to compare
  • Upload files in a bundle one-by-one to avoid race

v0.5.1

28 Feb 21:26
Compare
Choose a tag to compare
  • Fix a bug in struct file extraction used in bput throwing always errors.

v0.5.0

28 Feb 21:05
Compare
Choose a tag to compare
  • Add retry and retry_interval flags for put, bput, get, cp and sync subcommands to retry at failures.

v0.4.9

27 Feb 17:40
Compare
Choose a tag to compare
  • 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

17 Feb 23:28
Compare
Choose a tag to compare
  • 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

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

14 Feb 21:27
Compare
Choose a tag to compare
  • 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

31 Jan 00:53
Compare
Choose a tag to compare
  • Test and fix file path bug in Windows system.