Skip to content

Releases: symfony/http-client

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)

v5.0.8

28 Apr 18:58
v5.0.8
Compare
Choose a tag to compare

Changelog (v5.0.7...v5.0.8)

  • bug #36422 fix HTTP/2 support on non-SSL connections - CurlHttpClient only (nicolas-grekas)

v4.4.8

28 Apr 18:52
v4.4.8
Compare
Choose a tag to compare

Changelog (v4.4.7...v4.4.8)

  • bug #36422 fix HTTP/2 support on non-SSL connections - CurlHttpClient only (nicolas-grekas)

v5.0.7

30 Mar 15:09
v5.0.7
Compare
Choose a tag to compare

Changelog (v5.0.6...v5.0.7)

  • no changes

v4.4.7

30 Mar 15:04
v4.4.7
Compare
Choose a tag to compare

Changelog (v4.4.6...v4.4.7)

  • no changes

v5.0.6

27 Mar 16:29
v5.0.6
Compare
Choose a tag to compare

Changelog (v5.0.5...v5.0.6)

  • bug #36038 disable debug log with curl 7.64.0 (nicolas-grekas)
  • bug #36023 fix requests to hosts that idn_to_ascii() cannot handle (nicolas-grekas)