Releases: samsonasik/ApigilityConsumer
Releases · samsonasik/ApigilityConsumer
4.0.1
4.0.0
3.0.1
rename to mezzio for mezzio config
3.0.0
Upgrade for full laminas and mezzio app
2.2.0
- added ability to specify http client options via "http_client_options" config inside
apigility-consumer
config:
return [
'apigility-consumer' => [
// ...
// null for default or
// array of configuration listed at
// https://docs.zendframework.com/zend-http/client/intro/#configuration
'http_client_options' => null,
// ...
];
2.1.8
php 7.4 support
2.1.7
1.4.4
Fixed
- Fixed
Client*Result::$messages
which were not cleared beforeClient*Result::applyResult()
that called inClient*Service::getClientResult()
2.1.6
type hints and fix response status and reason for invalid request file
2.1.5
fix typo : test -> spec