Skip to content

Releases: cyverse/gocommands

v0.10.4

23 Oct 19:40
Compare
Choose a tag to compare
  • Disable cache expiration and transaction rollback for simple commands for performance
  • Refactor configuration
  • Change case of constant names
  • Handle directory not exist error
  • Fix PAM auth bug

Release Assets

OS Architecture Link
MacOS Intel/AMD 64-bit Download
MacOS M1/M2/M3 (ARM 64-bit) Download
Linux Intel/AMD 32-bit Download
Linux Intel/AMD 64-bit Download
Linux ARM 32-bit Download
Linux ARM 64-bit Download
Windows Intel/AMD 32-bit Download
Windows Intel/AMD 64-bit Download

v0.10.3

27 Sep 23:50
Compare
Choose a tag to compare
  • Refactor config
    -- improved icommands compatibility

Release Assets

OS Architecture Link
MacOS Intel/AMD 64-bit Download
MacOS M1/M2/M3 (ARM 64-bit) Download
Linux Intel/AMD 32-bit Download
Linux Intel/AMD 64-bit Download
Linux ARM 32-bit Download
Linux ARM 64-bit Download
Windows Intel/AMD 32-bit Download
Windows Intel/AMD 64-bit Download

v0.10.2

20 Sep 21:22
Compare
Choose a tag to compare
  • Refactor config
    -- improved icommands compatibility

Release Assets

OS Architecture Link
MacOS Intel/AMD 64-bit Download
MacOS M1/M2/M3 (ARM 64-bit) Download
Linux Intel/AMD 32-bit Download
Linux Intel/AMD 64-bit Download
Linux ARM 32-bit Download
Linux ARM 64-bit Download
Windows Intel/AMD 32-bit Download
Windows Intel/AMD 64-bit Download

v0.10.1

13 Sep 17:25
Compare
Choose a tag to compare
  • Fix iRODS 4.2.8 compatibility issue

Release Assets

OS Architecture Link
MacOS Intel/AMD 64-bit Download
MacOS M1/M2/M3 (ARM 64-bit) Download
Linux Intel/AMD 32-bit Download
Linux Intel/AMD 64-bit Download
Linux ARM 32-bit Download
Linux ARM 64-bit Download
Windows Intel/AMD 32-bit Download
Windows Intel/AMD 64-bit Download

v0.10.0

12 Sep 21:46
Compare
Choose a tag to compare
  • Add SSLVerifyServer field to control ssl server verification
  • Skip ssl cert verification when method is not hostname
  • Display auth file location in env subcommand output
  • Delete stale status file for get
  • Fix segfault when put without --encrypt/no_encrypt option
  • Implement PAM authentication for iRODS 4.3

Release Assets

OS Architecture Link
MacOS Intel/AMD 64-bit Download
MacOS M1/M2/M3 (ARM 64-bit) Download
Linux Intel/AMD 32-bit Download
Linux Intel/AMD 64-bit Download
Linux ARM 32-bit Download
Linux ARM 64-bit Download
Windows Intel/AMD 32-bit Download
Windows Intel/AMD 64-bit Download

v0.9.14

04 Sep 20:23
Compare
Choose a tag to compare
  • Add "a" option for input prompt that selects "y" for all future questions
  • Fix bput bug in setting staging dir

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