Releases: qingstor/qsctl
Releases · qingstor/qsctl
qsctl v2.0.0-alpha.7
2.0.0-alpha.7 - 2019-07-15
Added
- action/stat: Add format support for stat (#95)
Fixed
- cmd/stat: Use fmt.Println instead to print to stdout (#94)
qsctl v2.0.0-alpha.6
2.0.0-alpha.6 - 2019-07-14
Added
- cmd: Add rb command to remove an empty bucket (#91)
Changed
- main: Refactor config file load logic (#92)
qsctl v2.0.0-alpha.5
2.0.0-alpha.5 - 2019-07-11
Added
- action: Add unit tests for copy (#88)
Fixed
- action/copy: Fix wrong path parsed in copying from remote (#87)
qsctl v2.0.0-alpha.4
2.0.0-alpha.4 - 2019-07-11
Changed
- misc: Upgrade go-sdk to 3.0.1
Fixed
- action/copy: Fix md5 sum incorrectly (#85)
qsctl v2.0.0-alpha.3
2.0.0-alpha.3 - 2019-07-10
Added
- action: Add unit tests for utils
- Add mb make bucket command
- storage/mock: Implement MockObjectStorage (#82)
Changed
- action/utils: Refactor ParseQsPath
- Refactor the way to init commands' flags and global service
- action/bucket: Unify the format of logs, and modify bucket created callback into log
- action/bucket: Move put bucket logic by qingstor into helpers
- cmd/mb: modify the way to check required flags (#78)
- storage: Convert helper into storage interface for better testing (#79)
Fixed
- cmd: Fix subcommands' flags been polluted wrongly
- action/utils: Fix object key not parsed correctly
- action/utils: Fix bucket name can't starts or ends with "-"
- action/copy: Fix wg.Add(1) not executed after task submit
- cmd/rm: Implement rm command for single object (#81)
qsctl v2.0.0-alpha.2
qsctl v2.0.0-alpha.1
qsctl v1.7.7
1.7.7 - 2018-12-01
Changed
- Improve the logic for list-objects paging handling
- Add support for uploading empty file
qsctl v1.7.6
qsctl v1.7.5
1.7.5 - 2017-12-15
Fixed
- Fix memory leak in task queue
- Fix python2 on x86 can't convert int to long
- Fix si_unit is not callable
- Fix encoding error with python 2 on windows platform