python-ovh/debian/changelog
Adrien Barreau 15c3b043fc chore: upgrade to 1.2.0
Signed-off-by: Adrien Barreau <adrien.barreau@ovhcloud.com>
2024-07-23 14:26:18 +00:00

106 lines
3.9 KiB
Text

python-ovh (1.2.0) trusty; urgency=medium
* build: add project URLs to setup.cfg (#131)
* chore: update CODEOWNERS to maintainer group (#135)
* feat: handle Client Credential OAuth2 authentication method (#134)
python-ovh (1.1.2) trusty; urgency=medium
* fix: debian packaging: remove file MIGRATION.rst
-- Romain Beuque <romain.beuque@ovhcloud.com> Fri, 07 Jun 2024 16:10:04 +0000
python-ovh (1.1.1) trusty; urgency=medium
* feat: handle allowedIPs parameters in CK building
-- Adrien Barreau <adrien.barreau@ovhcloud.com> Fri, 07 Jun 2024 15:11:19 +0000
python-ovh (1.1.0) trusty; urgency=medium
* feat: add support for v2 routes (#115)
* Build with github actions, modernize testing (#112, #114, #117, #113)
-- Romain Beuque <romain.beuque@ovhcloud.com> Fri, 07 Apr 2023 07:57:42 +0000
python-ovh (1.0.1) experimental; urgency=medium
* chore: missing changelog entry for 1.0.0 (#112)
* build: add github actions (#112)
* chore: apply flake8 linting (#112)
* chore: apply isort formatting (#112)
* chore: apply black formatting (#112)
* test: switch to pytest (#112)
-- Adrien Barreau <adrien.barreau@ovhcloud.com> Mon, 06 Mar 2023 16:40:26 +0000
python-ovh (1.0.0) experimental; urgency=medium
* 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)
-- Romain Beuque <romain.beuque@ovhcloud.com> Tue, 15 Mar 2022 11:55:32 +0000
python-ovh (0.6.0) trusty; urgency=medium
* 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)
-- Romain Beuque <romain.beuque@ovhcloud.com> Tue, 15 Mar 2022 09:45:15 +0000
python-ovh (0.5.0) trusty; urgency=medium
* New upstream release v0.5.0
* [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)
-- Romain Beuque <romain.beuque@corp.ovh.com> Thu, 13 Dec 2018 15:40:12 +0100
python-ovh (0.4.8) trusty; urgency=low
* New upstream release v0.4.8
* [feature] Add ResourceExpiredError exception (#48)
-- Geoffrey Bauduin <geoffrey.bauduin@corp.ovh.com> Fri, 15 Sep 2017 11:53:30 +0200
python-ovh (0.4.7) trusty; urgency=low
* New upstream release v0.4.7
* [api] add raw_call method returning a raw requests Response object
* [documentation] add advanced usage documentation
* [buildsystem] fix bump-version debian/Changelog generation
-- Jean-Tiare Le Bigot <jean-tiare.le-bigot@corp.ovh.com> Fri, 10 Mar 2017 13:00:16 +0100
python-ovh (0.4.5) trusty; urgency=low
* New upstream release v0.4.5
* Add build dependency on python3-setuptool update copyrights to 2017
feat(query-id): add query_id property to exceptions in order to
provide debugging facilities when encounter API issues Add debian
folder fix: remove Python SNI warnings, OVH API does not need SNI
(#35) fix: coveralls version
-- Jean-Tiare Le Bigot <jean-tiare.le-bigot@corp.ovh.com> Wed, 15 Feb 2017 11:47:29 +0100
python-ovh (0.4.4) trusty; urgency=medium
* New upstream release v0.4.4
* Add VERSION file, needed for our compile system
* Add debian folder
* fix: remove Python SNI warnings, OVH API does not need SNI (#35)
* fix: coveralls version
* fix: (regression) body boolean must be sent as boolean (#34)
-- Arnaud Morin <arnaud.morin@corp.ovh.com> Mon, 03 Oct 2016 14:34:21 +0200