Releases: qingstor/qsctl
Releases · qingstor/qsctl
qsctl v2.4.7
[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
2.4.6 - 2023-07-18
Added
- feat: Added support for virtual host style (#390)
qsctl v2.4.5
2.4.5 - 2022-04-19
Changed
- ci: Update go to recent two versions (#379)
qsctl v2.4.4
2.4.4 - 2022-01-06
Fixed
- cmd/tee: Fixed the part exceeds maximum number problem (#376)
qsctl v2.4.3
2.4.3 - 2021-05-12
Changed
- build: Use static build via cgo disabled (#371)
qsctl v2.4.2
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
2.4.1 - 2020-10-30
Fixed
- cmd/mv: Fix mv command failed with valid check (#348)
qsctl v2.4.0
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
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
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