Skip to content

Releases: qingstor/qsctl

qsctl v2.0.0-alpha.7

15 Jul 12:25
4358e8a
Compare
Choose a tag to compare
qsctl v2.0.0-alpha.7 Pre-release
Pre-release

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

14 Jul 10:00
9f5187e
Compare
Choose a tag to compare
qsctl v2.0.0-alpha.6 Pre-release
Pre-release

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

11 Jul 11:12
0fe89e2
Compare
Choose a tag to compare
qsctl v2.0.0-alpha.5 Pre-release
Pre-release

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

11 Jul 09:08
e394cd6
Compare
Choose a tag to compare
qsctl v2.0.0-alpha.4 Pre-release
Pre-release

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

10 Jul 11:29
a935b97
Compare
Choose a tag to compare
qsctl v2.0.0-alpha.3 Pre-release
Pre-release

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

08 Jul 04:56
Compare
Choose a tag to compare
qsctl v2.0.0-alpha.2 Pre-release
Pre-release

2.0.0-alpha.2 - 2019-07-08

Fixed

  • action/copy: Fix buffer writer not flushed

qsctl v2.0.0-alpha.1

05 Jul 06:09
Compare
Choose a tag to compare
qsctl v2.0.0-alpha.1 Pre-release
Pre-release

2.0.0-alpha.1 - 2019-07-05

Added

  • Hello, qsctl, again.

qsctl v1.7.7

01 Dec 12:05
Compare
Choose a tag to compare

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

21 Aug 06:52
Compare
Choose a tag to compare

1.7.6 - 2018-08-21

Fixed

  • Fix bug which leads to wrong key deleted

qsctl v1.7.5

15 Dec 04:15
Compare
Choose a tag to compare

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