Skip to content

Releases: jsor/hal-client

v3.6.0

02 Sep 11:46
v3.6.0
722239b
Compare
Choose a tag to compare
  • Support PHP 8
  • Support Guzzle 7

v3.5.0

18 Feb 20:07
v3.5.0
0a26104
Compare
Choose a tag to compare
  • Remove support for EOL PHP versions.
  • Improve handling of Content-Type header (#3).

v3.4.2

10 Mar 18:59
v3.4.2
b6d3120
Compare
Choose a tag to compare
  • Fix deprecation warnings from GuzzleHttp\Psr7\Uri::resolve().

v3.4.1

18 Oct 07:09
v3.4.1
3759a2c
Compare
Choose a tag to compare

Maintenance release fixing only docblock declarations and code formatting.

v3.4.0

06 May 09:15
v3.4.0
144339c
Compare
Choose a tag to compare
  • Add support for \Throwable.
  • Fix turning Guzzle client exceptions (eg. curl errors) in bad response instead of http client exceptions.

v3.3.0

14 Mar 10:17
v3.3.0
Compare
Choose a tag to compare
  • Add public createRequest method to ApiClient (not part of the ApiClientInterface)

v3.2.0

02 Feb 19:35
v3.2.0
Compare
Choose a tag to compare
  • Add support for Guzzle 5

v3.1.0

01 Feb 12:33
v3.1.0
Compare
Choose a tag to compare
  • Lower minimum required platform version to PHP 5.4
  • Fix handling of hidden dependency on guzzlehttp/guzzle for parsing uri templates

v3.0.0

16 Jan 20:42
v3.0.0
Compare
Choose a tag to compare
Release v3.0.0

v2.0.2

28 Oct 19:41
v2.0.2
Compare
Choose a tag to compare
  • Pass client instance at runtime to resource factory to avoid resource keeping outdated client instances (b111fec)