Skip to content

Releases: cyverse/gocommands

v0.7.8

20 Sep 17:07
Compare
Choose a tag to compare
  • Fixed an issue in --retry=n flag on Windows system

v0.7.7

07 Sep 22:55
Compare
Choose a tag to compare
  • 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

28 Jul 16:32
Compare
Choose a tag to compare
  • Fix a bug in parallel upload (replica_close)

v0.7.5

26 Jul 17:53
Compare
Choose a tag to compare
  • 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

07 Jul 23:59
Compare
Choose a tag to compare
  • Fix parallel upload bug that creates stale replica
  • Add default values for init when rerunning it to update the configuration

v0.7.3

03 Jul 21:14
Compare
Choose a tag to compare
  • 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

29 Jun 22:06
Compare
Choose a tag to compare
  • Skip SSL certificate verification during PAM authentication
  • Add command alias to provide icommands-friendliness

v0.7.1

14 Jun 22:47
Compare
Choose a tag to compare
  • Merge data object replicas correctly (fixed in the new version of go-irodsclient)

v0.7.0

24 May 21:06
Compare
Choose a tag to compare
  • Implement subcommands for ticket

v0.6.6

10 May 16:49
Compare
Choose a tag to compare
  • Test encoding and decoding password before writing to .irodsA file to verify if it works