Releases: php-http/socket-client
Releases · php-http/socket-client
2.3.0
- Fixed compatibility with
psr/http-message
v2
- The
Http\Client\Socket\Stream
has BC breaks if you extended it. It is not meant to be extended, declaring it as @internal
now.
2.2.0
- Allow installation with Symfony 7
2.1.1
- Fixed constructor to work nicely with version 1 style arguments (e.g. HttplugBundle)
- Fixed PHP 8 compatibility for stream timeouts
- Renamed
master
branch to 2.x
for semantic branch naming.
- Add Symfony 6 compatibility
2.0.1
Fix wrong call to trigger_error
2.0.0
Merge pull request #48 from php-http/feature/remove-async
Remove support for async extension
2.0.0 Beta release
2.0.0-beta1
Support symfony 5 (#45)
Release 1.4.1
- Fixed: Wrong parameters error when TimeoutException is thrown