Releases: ovh/python-ovh
v1.2.0
What's Changed
- Add project URLs to setup.cfg by @florianvazelle in #131
- chore: update CODEOWNERS to maintainer group by @deathiop in #135
- feat: handle Client Credential OAuth2 authentication method by @deathiop in #134
- chore: upgrade to 1.2.0 by @deathiop in #137
- chore: rst typo in README by @deathiop in #138
New Contributors
- @florianvazelle made their first contribution in #131
Full Changelog: v1.1.2...1.2.0
v1.1.2
What's Changed
- fix: remove MIGRATION.rst from debian packaging by @rbeuque74 in #133
Full Changelog: v1.1.1...v1.1.2
v1.1.1
What's Changed
- chore: bump Python versions compatibility by @rbeuque74 in #126
- Various chores by @rbeuque74 in #130
- feat: handle allowedIPs parameters in CK building by @deathiop in #132
Full Changelog: v1.1.0...v1.1.1
v1.1.0
What's Changed
- feat: handle API routes with /v2 prefix by @deathiop in #115
- build: using github actions, modernize tooling by @deathiop in #112
- build: run actions of PRs by @deathiop in #114
- test: coverage by @rbeuque74 in #117
- test: full migration to pytest by @deathiop in #113
- chore(version): add changelog for v1.1.0 by @rbeuque74 in #118
- chore(version): bump setup.cfg by @rbeuque74 in #119
New Contributors
Full Changelog: v1.0.0...v1.1.0
v1.0.0
v1.0.0 (2022-03-15)
Important notice
Python 2, 3.4, 3.5 discontinuation
Please note that this version (v1.0.0) has dropped compatibility with Python 2.7, 3.4, 3.5.
Python 2.7 is officially end-of-life since 2020-01-01.
Python 3.4 is officially end-of-life since 2019-03-18.
Python 3.5 is officially end-of-life since 2020-09-30.
If you plan to stay with un-supported Python versions, please use release v0.6.0.
Changelog
- breaking: remove python 2 support (#110)
- feat: added compatibility for Python 3.8, 3.9, 3.10 (#108)
- feat: add headers customisation in
raw_call
(#84) - fix: do not send JSON body when no parameter was provided (#85)
- chore: improved coverage and bump coverage library (#100)
- chore: add scripts for debian packaging (#110)
v0.6.0
v0.6.0 (2022-03-14)
Important notice
Python 2, 3.4, 3.5 discontinuation
Please note that version 0.6.0 is the latest version of python-ovh
that officially supports Python 2.7, 3.4, 3.5.
Python 2.7 is officially end-of-life since 2020-01-01.
Python 3.4 is officially end-of-life since 2019-03-18.
Python 3.5 is officially end-of-life since 2020-09-30.
The next version will be 1.0.0, will drop all support for Python 2.7, 3.4, 3.5.
If you plan to stay with un-supported Python versions, stay on python-ovh
v0.6.0
, and do not upgrade further.
Changelog
v0.5.0
v0.4.8
[auto] bump version to v0.4.8
Signed-off-by: Geoffrey Bauduin geoffrey.bauduin@corp.ovh.com