Skip to content

Tags: qiniu/python-sdk

Tags

v7.17.0

Toggle v7.17.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Features/resume default v2 (#463)

* resume up api version default to v2

* version to 7.17.0

* ci: platform ubuntu-20.04 -> ubuntu-22.04

* ci: windows-2019 -> windows-2022

---------

Co-authored-by: YangSen-qn <yangsen@qiniu.com>

v7.16.0

Toggle v7.16.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #457 from qiniu/feat/7.16.0

Bump to v7.16.0

v7.15.0

Toggle v7.15.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump to v7.15.0 (#452)

v7.14.0

Toggle v7.14.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
bump to 7.14.0 (#450)

* feat: add retrier

* chore(utils): deprecate etag

* refactor: update circle import solution between region and conf

Make `qiniu.config` more independent and move test cases to `tests/cases/test_zone` from `test_qiniu.py`

BREAK CHANGE: default value of protected filed `qiniu.config._config['default_zone']` changes to `None` from `qiniu.region.Region()`, which should be never used directly in user code.

* feat: add new region and endpoint for source/accelerate uploading with retrying

* fix: default_client will not work with config.set_default by call once

* chore: remove iter self for endpoint

* chore: improve error text

* fix: some features are not compatible with old version and improve error text

- change preferred scheme to http from https
- change UploaderBase._get_regions return type to list[LegacyRegion] from list[LegacyRegion or Region]
- change all inner legacy region type name from Region to LegacyRegion
- LegacyRegion.get_bucket_hosts homecache argument not work

* fix: TokenExpiredRetryPolicy not work

* fix: AccUnavailableRetryPolicy modify origin region service

* fix: argument name typo on put_data

* feat: bucket support regions and endpoints retry

* test: add and improve test cases

* feat: add field persistentType to strict policy fields

* style: fix flake8 code styles

* fix: enum on python2

* test: fix compatibility of test cases on python 2.7

* test: change test region to na0 from z0

* chore: ci add no accelerate bucket

* test: fix test error with python2

* fix: LegacyRegion.get_bucket_host not working in python2

* doc: add more type info to functions

* chore: change default hosts for querying regions

* fix: CachedRegionsProvider shrink not working

* feat: add uc backup hosts

* feat: update version and changelog

* add Qiniu auth verify callback

* chore: remove `Region.from_region_id` backup domain qbox and s3

* feat: add idle-time fop support and get fop status

* docs: fix authorization token link

* fix: form retry not working by no resume recorder

* chore: fix flake8 lint on python >= 3.8

* Update CHANGELOG.md

* fix: legacy region get_xxx_host and add more cases

v7.13.2

Toggle v7.13.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: upload custom vars not work (#449)

v7.13.1

Toggle v7.13.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat adding put policy fields (#448)

v7.13.0

Toggle v7.13.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
bump version to v7.13.0 and update CHANGELOG.md (#446)

v7.12.1

Toggle v7.12.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
FUSION-19874 python-sdk删除cdn域名代码问题修复 (#443)

v7.12.0

Toggle v7.12.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bump to v7.12.0 (#441)

v7.11.1

Toggle v7.11.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix setup lost some packages by find_packages (#438)

* fix setup lost some packages by find_packages

* tweak test cases to test with other buckets