Skip to content

Releases: cyverse/gocommands

v0.9.13

30 Aug 17:42
Compare
Choose a tag to compare
  • Fixed typos
  • Fixed wrong description of touch command
  • Fixed application name

v0.9.12

27 Aug 20:04
fd75fef
Compare
Choose a tag to compare
  • Fixed a bug that progressbar hides input prompt
  • Implement touch subcommand
  • Add --exclude_hidden_files flag to ignore hidden files during put and get
  • Do not access parent collection for ls as it often fails with read-only ticket access using anonymous

v0.9.11

22 Aug 23:34
6bd9342
Compare
Choose a tag to compare
  • Refactor code
  • Implement transfer report. Use --report flag to make it report to a file.
  • Replace existing file or dir with a new file or dir in another type successfully when using sync
  • Print prompt in red color
  • Do not print any message while waiting for user input
  • Allow changing file/dir name in destnation

v0.9.10

28 Jun 20:45
Compare
Choose a tag to compare
  • Add --show_path flag to display full path with progress bar (this is disabled by default to not break progress bar display)
  • Add -k and -K to verify checksum for put and get
  • Follow symlink for put and bput

v0.9.9

06 Jun 21:40
Compare
Choose a tag to compare
  • Reduce the number of threads /connections for put/get using redirect-to-resource from 16 to 4. Kubernetes containers have CPU limit, so it cannot afford for 16 transfer threads.

v0.9.8

06 Jun 00:17
Compare
Choose a tag to compare
  • bput does not always use redirect-to-resource. It accepts --icat and --redirect-to-resource flags.

v0.9.7

16 May 22:11
Compare
Choose a tag to compare
  • Upgrade go-irodsclient to fix acl listing error
  • Add --no_decrypt and --no_encrypt flags to disable encryption forcefully

v0.9.6

01 May 00:03
Compare
Choose a tag to compare
  • Allow removing a file that is broken
  • Fix a bug in put with redirect-to-resource over SSL
  • Fix a bug in buffer size calculation

v0.9.5

23 Apr 22:17
Compare
Choose a tag to compare
  • Rename encryption enforcement meta key to "encryption::required" and "encryption::mode"
  • Add --quiet flag to suppress usual output messages

v0.9.4

02 Apr 23:43
Compare
Choose a tag to compare
  • Check if decryption was successful after decrypting filename with PGP
  • Add SSH public/private key encryption
  • Add encryption config via iRODS meta (AVU)