Releases: kiwilan/php-http-pool
Releases · kiwilan/php-http-pool
v0.3.4
v0.3.3
Add support for Laravel 11
v0.3.2
- add
syslog
for logging - update for PHP 8.3
v0.3.1
- Add
setHeaders()
method toHttpPool
class to allow setting headers for all requests.
0.3.0
HttpPoolFullfilled
:getFullfilled
andgetRejected
now return a filter ofgetResponses
to reduce size of the response, same forgetFullfilledCount
andgetRejectedCount
, addtoArray
methodHttpPoolResponseMetadata
extra headers:Origin
is noworigin
,ID
is nowid
and new headerstatus
is added to get status of Guzzle pool response, addgetStatus
methodHttpPoolResponseBody
removeisString
method- refactoring: reduce complexity of
HttpPool
,HttpPoolRequest
andHttpPoolFullfilled
0.2.32
HttpPoolResponseMetadata
now have headers asarray<string, string>
instead ofarray<string, array<string>>
- Fix a problem with origin request for
HttpPoolResponseMetadata
0.2.31
- Allow all URL to be null, to prevent throw errors if a full chunk is not available
0.2.30
- 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
- fix
HttpPool
isAllowMemoryPeak
property
0.2.21
HttpPool
removehandleMemoryPeak
to replace withallowMemoryPeak
, more flexibleHttpPoolExecuted
is nowHttpPoolFullfilled
- add
isBinary
toHttpPoolResponseBody
to check if the response body is binary, other checks will be triggered if it is not binary