Skip to content

Releases: php-http/socket-client

2.4.0

Choose a tag to compare

@dbu dbu released this 10 Jan 10:46
2.4.0
  • Allow installation with Symfony 8.
  • Cleaned up testing and use the integration tests version 4.

2.3.0

Choose a tag to compare

@dbu dbu released this 01 Sep 11:48
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

Choose a tag to compare

@dbu dbu released this 19 Feb 17:19
2.2.0
  • Allow installation with Symfony 7

2.1.1

Choose a tag to compare

@dbu dbu released this 19 Aug 16:05
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.1.0

Choose a tag to compare

@joelwurtz joelwurtz released this 11 Jan 10:32
5591086
  • Support for PHP8

Release 2.0.2

Choose a tag to compare

@Nyholm Nyholm released this 22 Oct 09:00
a53d9c2

See Change log for changes.

2.0.1

Choose a tag to compare

@joelwurtz joelwurtz released this 16 Oct 13:31
3db137a

Fix wrong call to trigger_error

2.0.0

Choose a tag to compare

@joelwurtz joelwurtz released this 22 Sep 06:49
d8a0c07
Merge pull request #48 from php-http/feature/remove-async

Remove support for async extension

2.0.0 Beta release

2.0.0 Beta release Pre-release
Pre-release

Choose a tag to compare

@Nyholm Nyholm released this 11 Dec 16:33
2.0.0-beta1

Support symfony 5 (#45)

Release 1.4.1

Choose a tag to compare

@Nyholm Nyholm released this 29 Dec 10:31
  • Fixed: Wrong parameters error when TimeoutException is thrown