Skip to content

Releases: ovh/python-ovh

v1.2.0

05 Aug 08:28
b0f5579
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.2...1.2.0

v1.1.2

07 Jun 16:43
7532f33
Compare
Choose a tag to compare

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

07 Jun 15:24
b3c6154
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.0...v1.1.1

v1.1.0

07 Apr 09:45
c75086a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.0...v1.1.0

v1.0.0

15 Mar 12:12
v1.0.0
f803b19
Compare
Choose a tag to compare

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

14 Mar 16:04
v0.6.0
Compare
Choose a tag to compare

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

  • feat: added compatibility for Python 3.7 (#80)
  • feat: delete function now supports body parameters (#109)
  • fix: if HTTP status is 204 No Response, do not attempt to parse response body (#92)
  • fix: query parameters None should be JSON encoded and empty query params should not be sent (#102)

v0.5.0

14 Dec 12:20
v0.5.0
66a7e18
Compare
Choose a tag to compare

0.5.0 (2018-12-13)

  • [compatibility] drop support for EOL Python 2.6, 3.2 and 3.3 (#71)
  • [feature] Add OVH US endpoint (#63 #70)
  • [buildsystem] auto Pypi deployment when new tag (#60)
  • [documentation] fix typos (#72)
  • [documentation] flag package as Stable (#59)

v0.4.8

15 Sep 10:01
Compare
Choose a tag to compare

[auto] bump version to v0.4.8
Signed-off-by: Geoffrey Bauduin geoffrey.bauduin@corp.ovh.com