Skip to content

Releases: district09/php_package_dg-api-client

4.0.0

29 Jan 10:52
f7297e1

Choose a tag to compare

What's Changed

Full Changelog: 3.0.1...4.0.0

3.0.1

24 Aug 07:09

Choose a tag to compare

Fixed

  • Fix minimal supported Guzzle version: Drupal recommended still uses Guzzle 6.

3.0.0

17 Aug 13:06

Choose a tag to compare

Added

  • Add PHP8.1 support.

Changed

  • Bumped minimum PHP version to 7.4.
  • Bumped minimal Guzzle version to 7.x.

Updated

  • Update qa-php package to 1.x.

2.1.0

04 Feb 13:41

Choose a tag to compare

Added

  • Add district09/qa-php to instal QA tools.
  • Add also support for Guzzle 7.x.

1.2.2

04 Feb 13:42

Choose a tag to compare

Fixed

  • Data parameter nullable for InvalidResponse.

1.2.1

16 Dec 12:53

Choose a tag to compare

Added

  • Backported the client() method for services.

2.0.0

26 Nov 12:31

Choose a tag to compare

Added

  • Added AbstractXmlRequest class.

Changed

  • Made the code strict.
  • Renamed the AbstractRequest class to AbstractJsonRequest.
  • The client in ServiceAbstract is now only accessible in extending
    classes trough protected method ServiceAbstract::client().

Removed

  • Removed chaining ClientInterface::addHandler() method calls.

1.2.0

26 Nov 12:30

Choose a tag to compare

Added

  • Added code style checks.

Changed

  • Allow setting a TTL for cache entries.

1.1.0

19 Aug 07:04

Choose a tag to compare

Release 1.1.0

commit b2a93f078c256e00d014b8d13183879daa591376
Author: Jelle Sebreghts <sebreghts.jelle@gmail.com>
Date:   Wed Jul 31 09:07:53 2019

    Make the request responsible for Accept and Content-Type headers.

commit 9c336c064b67541adf178e8e7d1155223722b7cc
Author: Jelle Sebreghts <sebreghts.jelle@gmail.com>
Date:   Wed Jul 31 09:07:53 2019

    Make the request responsible for Accept and Content-Type headers.

commit abbd75e0f9f36f9dfb00711c48ee7f93d9c747de
Author: Jelle Sebreghts <sebreghts.jelle@gmail.com>
Date:   Wed Jul 31 09:06:55 2019

    Prepare for release 1.1.0.

commit dbbf5a2e0239f3bea0966c0af8b223e7187a75c6
Author: Jelle Sebreghts <sebreghts.jelle@gmail.com>
Date:   Wed Jul 31 08:37:07 2019

    Allow handlers to support multiple request types.

commit af352b217bb5896a4ba3d1fccd6fc7cd38471bd3
Author: Jelle Sebreghts <sebreghts.jelle@gmail.com>
Date:   Tue Jul 30 14:44:22 2019

    Added enums, abstract request and uri components.

commit 8c634d5a2d9f341dcb1aecfaad5bfab6815abc51
Author: Jelle Sebreghts <sebreghts.jelle@gmail.com>
Date:   Tue Jul 30 14:13:51 2019

    Added the Unreleased title to the changelog.

1.0.0

30 Jul 12:14

Choose a tag to compare

Release 1.0.0