Skip to content

Releases: symfony/http-client

v4.4.11

24 Jul 04:14
v4.4.11
Compare
Choose a tag to compare

Changelog (v4.4.10...v4.4.11)

  • bug #37491 Fix promise behavior in HttplugClient (brentybh)
  • bug #37484 Fix http_version option usage (fancyweb)
  • bug #37486 fix parsing response headers in CurlResponse (nicolas-grekas)
  • bug #37379 Support for cURL handler objects (derrabus)
  • bug #37400 unset activity list when creating CurlResponse (nicolas-grekas)
  • bug #37319 Convert CurlHttpClient::handlePush() to instance method (mpesari)

v5.1.2

15 Jun 14:01
v5.1.2
Compare
Choose a tag to compare

Changelog (v5.1.1...v5.1.2)

  • no changes

v5.1.1

12 Jun 12:21
v5.1.1
Compare
Choose a tag to compare

Changelog (v5.1.0...v5.1.1)

  • bug #37191 fix offset computation for data chunks (nicolas-grekas)
  • bug #37190 disable AMP's inactivity timeout, we deal with it on our own already (nicolas-grekas)
  • bug #37048 fix monitoring timeouts when other streams are active (nicolas-grekas)
  • bug #37065 Throw JsonException instead of TransportException on empty response in Response::toArray() (jeroennoten)

v5.0.10

12 Jun 11:25
v5.0.10
Compare
Choose a tag to compare

Changelog (v5.0.9...v5.0.10)

  • bug #37191 fix offset computation for data chunks (nicolas-grekas)
  • bug #37048 fix monitoring timeouts when other streams are active (nicolas-grekas)
  • bug #37065 Throw JsonException instead of TransportException on empty response in Response::toArray() (jeroennoten)

v4.4.10

12 Jun 11:19
v4.4.10
Compare
Choose a tag to compare

Changelog (v4.4.9...v4.4.10)

  • bug #37191 fix offset computation for data chunks (nicolas-grekas)
  • bug #37048 fix monitoring timeouts when other streams are active (nicolas-grekas)
  • bug #37065 Throw JsonException instead of TransportException on empty response in Response::toArray() (jeroennoten)

v5.1.0

31 May 06:18
v5.1.0
Compare
Choose a tag to compare

Changelog (v5.1.0-RC2...v5.1.0)

  • no changes

v5.0.9

31 May 06:13
v5.0.9
Compare
Choose a tag to compare

Changelog (v5.0.8...v5.0.9)

  • bug #36908 Made method signatures compatible with their corresponding traits (derrabus)
  • bug #36823 fix PHP warning + accept status code >= 600 (nicolas-grekas)

v4.4.9

31 May 05:29
v4.4.9
Compare
Choose a tag to compare

Changelog (v4.4.8...v4.4.9)

  • bug #36908 Made method signatures compatible with their corresponding traits (derrabus)
  • bug #36823 fix PHP warning + accept status code >= 600 (nicolas-grekas)

v5.1.0-RC2

26 May 07:39
v5.1.0-RC2
Compare
Choose a tag to compare
v5.1.0-RC2 Pre-release
Pre-release

Changelog (v5.1.0-RC1...v5.1.0-RC2)

  • bug #36960 fix management of shorter-than-requested timeouts with AmpHttpClient (nicolas-grekas)
  • bug #36935 Adjust AmpResponse to the stricter trait handling in php 8 (derrabus)
  • bug #36908 Made method signatures compatible with their corresponding traits (derrabus)

v5.1.0-RC1

16 May 12:36
v5.1.0-RC1
Compare
Choose a tag to compare
v5.1.0-RC1 Pre-release
Pre-release

Changelog (v5.1.0-BETA1...v5.1.0-RC1)

  • bug #36823 fix PHP warning + accept status code >= 600 (nicolas-grekas)
  • bug #36773 preserve the identity of responses streamed by TraceableHttpClient (nicolas-grekas)
  • bug #36766 add TimeoutExceptionInterface (nicolas-grekas)
  • bug #36765 fix dealing with informational response (nicolas-grekas)