Releases: php-http/curl-client
Releases · php-http/curl-client
2.3.0
Added
Fixed
- This client needs a PSR-17 factories implementation. Instead of requiring an implementation,
previous versions only required the interfaces which could lead to a non-functional installation.
Fixed by requiring psr/http-factory-implementation
.
2.2.1
Added
- Symfony 6 support
- Tested with PHP 8.1
2.1.1
- Run tests with the renamed laminas diactoros (formerly known as zend diactoros)
2.0.0
Removed
Changed
- Minimal PHP version changed to 7.1.
Client::__construct
now expects PSR-17 factories instead of HTTPlug ones.
Added
1.7.1
Fixed
- #36: Failure evaluating code: is_resource($handle) (string assertions are deprecated in PHP 7.2)
1.7
Changed
- #30: Make sure we rewind streams
1.6.2
Fixed
- #29: Request not using CURLOPT_POSTFIELDS have content-length set to
Changed
- Use binary mode to create response body stream.
1.6.1
Fixed
- #27: ErrorPlugin and sendAsyncRequest() incompatibility