rclone/vendor/github.com/yunify/qingstor-sdk-go/CHANGELOG.md
Nick Craig-Wood 6427029c4e vendor: update all dependencies
* Update all dependencies
  * Remove all `[[constraint]]` from Gopkg.toml
  * Add in the minimum number of `[[override]]` to build
  * Remove go get of github.com/inconshreveable/mousetrap as it is vendored
  * Update docs with new policy on constraints
2018-05-05 15:52:24 +01:00

3.7 KiB

Change Log

All notable changes to QingStor SDK for Go will be documented in this file.

v2.2.12 - 2018-4-8

Changed

  • Skip empty header while unpacking

v2.2.11 - 2018-3-28

Changed

  • Inject request id for HEAD request

Fixed

  • Fix a read timeout bug introduced in v2.2.10

v2.2.10 - 2018-3-14

Changed

  • Close body for every API except GetObject and ImageProcess
  • Add correct i/o timeout behavior for http client

v2.2.9 - 2017-11-25

Changed

  • Refactor logger.

v2.2.8 - 2017-09-25

Added

  • Support setting custom SDK logger.

v2.2.7 - 2017-09-01

Added

  • Support image process APIs.
  • Add advanced client for image process.

Changed

  • Force the zone ID to be lowercase.

Fixed

  • Add support for the X-QS-Date header.

v2.2.6 - 2017-07-21

Fixed

  • Fix concurrency issue in object related operations.

v2.2.5 - 2017-05-22

Fixed

  • Fix error in request URL query.
  • Fix error in request header value.

v2.2.4 - 2017-03-28

Fixed

  • Fix type of Content-Type header.
  • Add Content-Length to GetObjectOutput.
  • Fix status code of DELETE CORS API.
  • Fix type of object size for GET Bucket API.

BREAKING CHANGES

  • The type of content length and object size has been changed from *int to *int64.

v2.2.3 - 2017-03-10

Added

  • Allow user to append additional info to User-Agent.

v2.2.2 - 2017-03-08

Fixed

  • Resource is not mandatory in bucket policy statement.

v2.2.1 - 2017-03-05

Changed

  • Add "Encrypted" field to "KeyType" struct.

v2.2.0 - 2017-02-28

Added

  • Add ListMultipartUploads API.

Fixed

  • Fix request builder & signer.

v2.1.2 - 2017-01-16

Fixed

  • Fix request signer.

v2.1.1 - 2017-01-05

Changed

  • Fix logger output format, don't parse special characters.
  • Rename package "errs" to "errors".

Added

  • Add type converters.

BREAKING CHANGES

  • Change value type in input and output to pointer.

v2.1.0 - 2016-12-23

Changed

  • Fix signer bug.
  • Add more parameters to sign.

Added

  • Add request parameters for GET Object.
  • Add IP address conditions for bucket policy.

v2.0.1 - 2016-12-15

Changed

  • Improve the implementation of deleting multiple objects.

v2.0.0 - 2016-12-14

Added

  • QingStor SDK for the Go programming language.