Skip to content

Releases: ovh/php-ovh

v3.3.0

20 Oct 15:22
a5241f8
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.2.0...v3.3.0

v3.2.0

07 Apr 08:10
9a29f72
Compare
Choose a tag to compare

What's Changed

  • feat: allow /v1 or /v2 prefixes in path by @deathiop in #125
  • chore: adding Github actions, codecov config, updating tests accordingly and re-organize README file by @carsso in #122

New Contributors

Full Changelog: v3.1.0...v3.2.0

v3.1.0

01 Aug 17:14
cbb4788
Compare
Choose a tag to compare

v3.0.0

20 Jan 09:08
v3.0.0
Compare
Choose a tag to compare
  • Add compatibility with PHP 7.4 and older.
  • Refactored unit tests.
  • Add exception throwing on failure to json_decode response sent by the API.
  • Removed compatibility with PHP 5.6 and older.
  • Bump Guzzle dependency to version 7.

v2.1.0

19 Jan 09:44
v2.1.0
c473b3d
Compare
Choose a tag to compare
  • fixes around JSON manipulation
  • handle new OVH API endpoints
  • no longer requiring credentials for un-authenticated routes
  • added rawCall method

v2.1.0 is the latest release compatible with PHP 5.6.

Bugfixes

10 Feb 13:17
Compare
Choose a tag to compare

Fix issues with GET parameters and Guzzle 6

Php wrapper 2.x.x

12 Jan 10:19
Compare
Choose a tag to compare

This version include Guzzle 6+
If you had to use a lowest version of Guzzle, branch 1.x.x keep to be updated

Little improvements

17 Dec 16:54
Compare
Choose a tag to compare

Since last release (one year ago!), there was a lot of little improvements.

This release is the last before the release of v2.0.0 that will include Guzzle 6 and follow PSR-7.

v1.xx will continue in a specific branch

Fix composer.json

19 Dec 10:33
Compare
Choose a tag to compare
Merge pull request #4 from dunglas/fix_composer

Fix composer

New APIs endpoints

10 Dec 08:26
Compare
Choose a tag to compare
Merge pull request #2 from pmachan/master

Add SoYouStart and Kimsufi endpoints