Releases: jsor/hal-client
Releases · jsor/hal-client
v3.6.0
- Support PHP 8
- Support Guzzle 7
v3.5.0
- Remove support for EOL PHP versions.
- Improve handling of Content-Type header (#3).
v3.4.2
- Fix deprecation warnings from
GuzzleHttp\Psr7\Uri::resolve()
.
v3.4.1
Maintenance release fixing only docblock declarations and code formatting.
v3.4.0
- Add support for
\Throwable
.
- Fix turning Guzzle client exceptions (eg. curl errors) in bad response instead of http client exceptions.
v3.3.0
- Add public
createRequest
method to ApiClient
(not part of the ApiClientInterface
)
v3.1.0
- Lower minimum required platform version to PHP 5.4
- Fix handling of hidden dependency on guzzlehttp/guzzle for parsing uri templates
v2.0.2
- Pass client instance at runtime to resource factory to avoid resource keeping outdated client instances (b111fec)