Releases: cyverse/gocommands
Releases · cyverse/gocommands
v0.9.13
- Fixed typos
- Fixed wrong description of touch command
- Fixed application name
v0.9.12
- 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
- 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
- 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
- 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
bput
does not always use redirect-to-resource
. It accepts --icat
and --redirect-to-resource
flags.
v0.9.7
- Upgrade go-irodsclient to fix acl listing error
- Add --no_decrypt and --no_encrypt flags to disable encryption forcefully
v0.9.6
- 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
- Rename encryption enforcement meta key to "encryption::required" and "encryption::mode"
- Add
--quiet
flag to suppress usual output messages
v0.9.4
- Check if decryption was successful after decrypting filename with PGP
- Add SSH public/private key encryption
- Add encryption config via iRODS meta (AVU)