Releases: cyverse/gocommands
Releases · cyverse/gocommands
v0.7.14
- Fix a bug in GetBasename() function that returned wrong basename when the path had trailing
/
v0.7.13
- Disable replication for put
v0.7.12
- Dot not remove existing files before overwrite to save time
- Disable taking ticket param for commands other than get/put/ls/cat
- Add
no_root
flag to get/put/bput/sync to not create root dir
- Fix bput to include empty dirs in the source
- Add
delete
flag to delete extra files in dest dir
- Fix hash mismatch bug when using hash algorithms other than md5
- Rework dest path generation
v0.7.11
- Retuen error when target dir does not exist for put/bput/get
- Fix ticket create and mod bugs that do not work on iRODS v4.2.11
- More sophisticated error handling
- Print error messages
v0.7.10
- Disable auto-completion script generation command
- Fix basename bug that caused errors on Windows system
- Support various hash algorithm for data object checksum
- Rework sync command
- Add a flag
--no_bulk_reg
to disable bulk registration for bput
v0.7.9
- Fixed iRODS path manipulation bug on Windows system
- Added human-readable size parameter for
ls
command
v0.7.8
- Fixed an issue in
--retry=n
flag on Windows system
v0.7.7
- Load icommands environment file
~/.irods/irods_environment.json
even when the ~/.irods/.irodsA
file is missing
- Save PAM auth token generated by iRODS server as the password in
~/.irods/.irodsA
file
v0.7.6
- Fix a bug in parallel upload (replica_close)
v0.7.5
- Create a temp staging dir under target path for
bput
- Rework bundle file clearing process
- Refactor command-line argument handling
- Print error message little more pretty
- Fix null pointer error when using no config and ticket access
- Fix a bug in stat with caching
- Fix a bug that causes
init
to fail
- Allow
pam_password
alias for pam
auth