Skip to content

Releases: qingstor/qsctl

qsctl v2.4.7

21 Aug 10:36
7b1cd27
Compare
Choose a tag to compare

[2.4.7] - 2023-08-21

What's Changed

  • fix(deps): Update qingstor lib to fix listDir behavior by @owarai in #392

Full Changelog: v2.4.6...v2.4.7

qsctl v2.4.6

18 Jul 03:51
6e766a0
Compare
Choose a tag to compare

2.4.6 - 2023-07-18

Added

  • feat: Added support for virtual host style (#390)

qsctl v2.4.5

19 Apr 07:18
Compare
Choose a tag to compare

2.4.5 - 2022-04-19

Changed

  • ci: Update go to recent two versions (#379)

qsctl v2.4.4

07 Jan 03:08
3034df8
Compare
Choose a tag to compare

2.4.4 - 2022-01-06

Fixed

  • cmd/tee: Fixed the part exceeds maximum number problem (#376)

qsctl v2.4.3

12 May 09:01
da64b78
Compare
Choose a tag to compare

2.4.3 - 2021-05-12

Changed

  • build: Use static build via cgo disabled (#371)

qsctl v2.4.2

02 Feb 10:27
f869504
Compare
Choose a tag to compare

2.4.2 - 2021-02-02

Changed

  • ci: Remove travis, add github action workflows (#353)

Fixed

  • cmd: Fix exit code not 1 when exit with error (#367)

qsctl v2.4.1

30 Oct 09:09
41ddab6
Compare
Choose a tag to compare

2.4.1 - 2020-10-30

Fixed

  • cmd/mv: Fix mv command failed with valid check (#348)

qsctl v2.4.0

21 Sep 08:53
6e0e2ad
Compare
Choose a tag to compare

2.4.0 - 2020-09-21

Added

  • cmd: Support include-regexp and exclude-regexp in sync command (#343)
  • cmd: Support custom part size and threshold for multipart upload (#341)

Fixed

  • taskutils: Fix progress handler not wait as expected (#340)

qsctl v2.3.0

19 Aug 13:22
abd7999
Compare
Choose a tag to compare

2.3.0 - 2020-08-19

Added

  • cmd/shell: Add support for progress bar in transfer commands (#331)
  • cmd: Support context in commands, support interrupt command in shell (#330)
  • cmd/shell: Add exit command to exit shell

Fixed

  • cmd/shell: Modify initialing bucket list asynchronously to fix shell stuck when init (#322)
  • cmd/stat: Fixed qsctl panic when execute stat command

qsctl v2.2.0

30 Jul 06:53
4aa699d
Compare
Choose a tag to compare

2.2.0 - 2020-07-30

Added

  • cmd/shell: Add support for interactive shell (#310)

Fixed

  • cmd/rb: Fix zone flag did not work (#314)

Removed

  • Remove interactive action in commands except shell