Skip to content

Releases: qingstor/qsctl

qsctl v1.7.4

03 Oct 03:40
Compare
Choose a tag to compare

1.7.4 - 2017-10-03

Changed

  • Use larger BUFFER_SIZE for downloads

Fixed

  • Fix bug lead to mkdir conflict in multi threads

qsctl v1.7.3

28 Sep 07:56
Compare
Choose a tag to compare

1.7.3 - 2017-09-28

Added

  • Add SectionReader to replace StringIO

Changed

  • Use 64M for part size
  • Fixed read blocksize to 4M

Fixed

  • Improve upload speed on windows platform

qsctl v1.7.2

20 Sep 05:29
Compare
Choose a tag to compare

1.7.2 - 2017-09-20

Fixed

  • Broken dependence on python 2

qsctl v1.7.1

14 Sep 09:28
Compare
Choose a tag to compare

1.7.1 - 2017-09-14

Added

  • Add zone options support
  • Add tab completion for linux

Changed

  • Handle illegal characters in a better way
  • Modify current_bucket to variable of class

Fixed

  • Fix arg conflict bug
  • Fix bug which leads to recursion depth exceeded

Windows Release
Linux Release
Darwin Release

qsctl v1.7.0

11 Aug 02:50
Compare
Choose a tag to compare

1.7.0 - 2017-08-11

Added

  • Add support for public bucket
  • Add multi thread support for upload and download

Changed

  • Refactor presign command
  • Use independent threads to process output
  • Use a separate thread to process the progress bar
  • Refactor convert_to_bytes function
  • Refactor UploadIDRecoder class

qsctl v1.6.2

20 Jun 12:24
Compare
Choose a tag to compare

1.6.2 - 2017-06-20

Fixed

  • Zone should be required while create bucket

Windows Release
Linux Release
Darwin Release

qsctl v1.6.1

23 May 12:19
Compare
Choose a tag to compare

1.6.1 - 2017-05-23

Changed

  • Use class variable to pass options

Fixed

  • Fix SSL Warnings with old python versions
  • Fix part_numbers is not defined error
  • Fix bug that cause presign can't work

qsctl v1.6.0

13 May 14:41
Compare
Choose a tag to compare

1.6.0 - 2017-05-13

Added

  • Add rate limit feature

Fixed

  • Fix crash when executing the help sub-command

qsctl v1.5.0

12 Apr 01:06
Compare
Choose a tag to compare

1.5.0 - 2017-04-11

Added

  • Add resumimg downloading at break-point
  • Add resumimg uploading at break-point
  • Handle interrupt signal silently

Fixed

  • Fix duplicate output while detecting config file
  • Fix pkg_resource error in python 2.6
  • Fix cross-platform coding problems

qsctl v1.4.1

25 Mar 05:19
Compare
Choose a tag to compare

1.4.1 - 2017-03-25

Fixed

  • Fix tqdm encoding error on python 2.6