Skip to content

Releases: samsonasik/ApigilityConsumer

4.0.1

05 Feb 10:59
4.0.1
87807bd
Compare
Choose a tag to compare
  • Add composer 2.2 support

4.0.0

20 Jun 04:22
4.0.0
120b915
Compare
Choose a tag to compare
  • upgrade to PHP 8

ci build Code Coverage

3.0.1

10 Jan 19:45
3.0.1
0c6af5e
Compare
Choose a tag to compare

rename to mezzio for mezzio config

3.0.0

09 Jan 19:28
3.0.0
51db0fe
Compare
Choose a tag to compare

Upgrade for full laminas and mezzio app

2.2.0

11 Dec 14:55
2.2.0
4416d71
Compare
Choose a tag to compare
  • 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

01 Dec 12:48
2.1.8
4833d75
Compare
Choose a tag to compare

php 7.4 support

2.1.7

30 Dec 23:20
2.1.7
c419e49
Compare
Choose a tag to compare

Build Status Coverage Status PHPStan

Fixed

  • Fixed Client*Result::$messages which were not cleared before Client*Result::applyResult() that called in Client*Service::getClientResult().

1.4.4

30 Dec 23:30
1.4.4
a46d046
Compare
Choose a tag to compare

Fixed

  • Fixed Client*Result::$messages which were not cleared before Client*Result::applyResult() that called in Client*Service::getClientResult()

2.1.6

21 Jul 04:53
2.1.6
81dbbf6
Compare
Choose a tag to compare

type hints and fix response status and reason for invalid request file

2.1.5

11 May 23:42
2.1.5
782e500
Compare
Choose a tag to compare

fix typo : test -> spec