Releases: cyverse/gocommands
Releases · cyverse/gocommands
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
v0.7.4
- Fix parallel upload bug that creates stale replica
- Add default values for init when rerunning it to update the configuration
v0.7.3
- Use operation type none for put operation to fix replication error
- Use sequential data upload if data is <= 32MB
- Use new connections for parallel upload (reusing connections for parallel upload causes replication error)
- Remove
no_replication
flag which is unnecessary
v0.7.2
- Skip SSL certificate verification during PAM authentication
- Add command alias to provide icommands-friendliness
v0.7.1
- Merge data object replicas correctly (fixed in the new version of go-irodsclient)
v0.7.0
- Implement subcommands for ticket
v0.6.6
- Test encoding and decoding password before writing to .irodsA file to verify if it works