Skip to content

Releases: kiwilan/php-http-pool

v0.3.4

16 Mar 09:49
Compare
Choose a tag to compare

symfony/console allow v7

v0.3.3

16 Mar 09:43
6c91010
Compare
Choose a tag to compare

Add support for Laravel 11

v0.3.2

23 Dec 12:22
Compare
Choose a tag to compare
  • add syslog for logging
  • update for PHP 8.3

v0.3.1

25 Oct 18:35
Compare
Choose a tag to compare
  • Add setHeaders() method to HttpPool class to allow setting headers for all requests.

0.3.0

19 Aug 08:21
Compare
Choose a tag to compare
  • HttpPoolFullfilled: getFullfilled and getRejected now return a filter of getResponses to reduce size of the response, same for getFullfilledCount and getRejectedCount, add toArray method
  • HttpPoolResponseMetadata extra headers: Origin is now origin, ID is now id and new header status is added to get status of Guzzle pool response, add getStatus method
  • HttpPoolResponseBody remove isString method
  • refactoring: reduce complexity of HttpPool, HttpPoolRequest and HttpPoolFullfilled

0.2.32

18 Aug 15:45
Compare
Choose a tag to compare
  • HttpPoolResponseMetadata now have headers as array<string, string> instead of array<string, array<string>>
  • Fix a problem with origin request for HttpPoolResponseMetadata

0.2.31

11 Aug 11:56
Compare
Choose a tag to compare
  • Allow all URL to be null, to prevent throw errors if a full chunk is not available

0.2.30

11 Aug 10:25
Compare
Choose a tag to compare
  • Allow some URL to be null in pool, a warning message will appear if console can print. An error will be added to errors list.
  • If all URL are null, an Exception will be raised.

0.2.22

10 Aug 15:49
Compare
Choose a tag to compare
  • fix HttpPool isAllowMemoryPeak property

0.2.21

10 Aug 15:36
Compare
Choose a tag to compare
  • HttpPool remove handleMemoryPeak to replace with allowMemoryPeak, more flexible
  • HttpPoolExecuted is now HttpPoolFullfilled
  • add isBinary to HttpPoolResponseBody to check if the response body is binary, other checks will be triggered if it is not binary