Releases: qingstor/qsctl
Releases · qingstor/qsctl
qsctl v2.1.2
qsctl v2.1.1
qsctl v2.1.0
qsctl v2.0.1
qsctl v2.0.0
qsctl v2.0.0-rc.2
2.0.0-rc.2 - 2020-05-08
Added
qsctl v2.0.0-rc.1
2.0.0-rc.1 - 2020-04-08
Added
- cmd/sync: Add more flags support for sync. (#221)
Changed
- *: Split task to qingstor/noah (#195)
- cmd: Silence usage when handled error returns. (#206)
- cmd/stat: Modify stat file name, use full name instead. (#209)
- cmd/ls: Align ls output while -h flag was set. (#248)
Fixed
qsctl v2.0.0-beta.2
2.0.0-beta.2 - 2019-12-10
Added
- cmd/mv: Implement feature mv (#171)
- cmd/sync: Implement ignore existing while sync file (#172)
- i18n: Add whole i18n support (#184)
Changed
- *: Only print debug log while user required (#180)
- *: Move project to QingStor
- cmd: Improve qsctl interactive experience (#191)
Fixed
- cmd: Fix object size not used correctly (#189)
qsctl v2.0.0-beta.1
2.0.0-beta.1 - 2019-11-07
Added
- Rm -r based on async list (#132)
- Implement feature rb -f (#134)
- makefile: Make go build reproducible (#148)
- cmd: Support set config interactively (#152)
- task: Implement workload based scheduler (#159)
- cmd/cp: Implement cp -r (#155)
- cmd/sync: Implement sync (#162)
- cmd/cp: Add support for cp -r from root path. (#164)
Changed
- Replace local file system operations to posixfs storager (#130)
- *: Refactor task scheduler system (#146)
- pkg/schedule: Submit task directly (#147)
- *: Refactor task type system (#151)
Fixed
qsctl v2.0.0-alpha.8
2.0.0-alpha.8 - 2019-10-17
Added
- cmd/stat: Add updatedAt output support (#123)
- cmd/ls: Add ls command, use stream stdout while list objects (#122, #121, #120)
- Add fault support (#113)
- utils: Add bucket name validator (#109)
- misc: Add support for codecov (#108)
Changed
- Replace storage logic with new storage layer (#118)
- cmd: Unify error handle by using TriggerFault (#116)
- pkg: Move types to pkg and merge utils for better share (#111)
- Use new task execution framework (#107)
- Modify cmd by using new task framework: cp(#107), mb(#110), presign(#114), rb(#115), rm(#119), stat(#112)