Skip to content

Releases: cyverse/gocommands

v0.7.17

18 Jan 16:31
Compare
Choose a tag to compare
  • Rework conda recipe
  • More error handling
  • Handle empty string in authorized_key file while copying sftp id
  • Upgrade YAML.v2 to YAML.v3
  • Upgrade go-irodsclient

v0.7.16

26 Oct 23:45
Compare
Choose a tag to compare
  • Save session to ~/.irods/irods_environment.json.<ppid> even when reading config from environment

v0.7.15

25 Oct 15:15
Compare
Choose a tag to compare
  • Fix mkdir bug

v0.7.14

24 Oct 15:35
Compare
Choose a tag to compare
  • Fix a bug in GetBasename() function that returned wrong basename when the path had trailing /

v0.7.13

23 Oct 16:13
Compare
Choose a tag to compare
  • Disable replication for put

v0.7.12

20 Oct 23:25
Compare
Choose a tag to compare
  • 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

16 Oct 21:49
Compare
Choose a tag to compare
  • 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

13 Oct 19:03
Compare
Choose a tag to compare
  • 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

06 Oct 17:11
Compare
Choose a tag to compare
  • Fixed iRODS path manipulation bug on Windows system
  • Added human-readable size parameter for ls command

v0.7.8

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