Skip to content

Releases: qingstor/qingstor-sdk-python

QingStor SDK for Python v2.6.0

18 Jan 07:27
82d5089
Compare
Choose a tag to compare

2.6.0 - 2021-01-18

Added

  • Support virtual host style (#80)

Fixed

  • Fix the signature error of some bucket api (#77)
  • Fix the template of request body valide function (#78)

QingStor SDK for Python v2.5.0

26 Nov 08:03
de3e738
Compare
Choose a tag to compare

2.5.0 - 2020-11-26

Added

  • bucket: Add replication support

Fixed

  • build: Fix custom metadata not set correctly
  • request: Fix dict not handled properly in canonicalized headers

QingStor SDK for Python v2.4.0

28 Sep 07:16
5ff236e
Compare
Choose a tag to compare

2.4.0 - 2020-09-28

Added

  • service: ListBuckets supports limit and offset
  • template: Fix CNAME is an abbr
  • bucket: Add CNAME support
  • bucket: Add logging support
  • bucket: Add AppendObject support
  • bucket: Add object metadata support

Changed

  • misc: Only python 3 is supported

QingStor SDK for Python v2.3.0

17 May 09:17
Compare
Choose a tag to compare

2.3.0 - 2019-05-17

Added

  • service: Add cache-control and content encoding support

Changed

  • sdk/config: Fix yaml loader warning
  • misc: Use Pipfile to handle dependence

Removed

  • *: Remove compat for python 2
  • client: Remove encryption client support

QingStor SDK for Python v2.2.6

09 Jul 03:08
Compare
Choose a tag to compare

2.2.6 - 2018-07-09

Added

  • Add support for lifecycle and notification

Fixed

  • Fix key error while delete not return content-type

QingStor SDK for Python v2.2.5

02 Oct 16:15
Compare
Choose a tag to compare

2.2.5 - 2017-10-02

Fixed

  • Fix concurrency issue in object related methods

QingStor SDK for Python v2.2.4

05 Sep 05:12
Compare
Choose a tag to compare

2.2.4 - 2017-09-05

Added

  • Add ok property to Unpacker

Changed

  • Force the zone ID to be lowercase

Fixed

  • Fix bug that next not return data
  • Fix bug that abort upload shoule return 204

QingStor SDK for Python v2.2.3

23 Aug 03:53
Compare
Choose a tag to compare

2.2.3 - 2017-08-23

Added

  • Add timeout support for sending request
  • Add EncryptionClient class
  • Add EncryptionFileChunk class

Fixed

  • Fix bug that response-* params use underline
  • Fix bug that response-* params not in sub_resource

QingStor SDK for Python v2.2.2

15 Aug 16:56
Compare
Choose a tag to compare

2.2.2 - 2017-08-16

Fixed

  • Add image and notification into sub resource list

QingStor SDK for Python v2.2.1

15 Aug 06:25
Compare
Choose a tag to compare

2.2.1 - 2017-08-15

Added

  • Add support for x-qs-date header

Fixed

  • Fix x-qs-fetch-source not handled right