Skip to content

Releases: symfony/http-client

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)

v4.4.6

27 Mar 08:52
v4.4.6
Compare
Choose a tag to compare

Changelog (v4.4.5...v4.4.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)

v5.0.5

29 Feb 12:31
v5.0.5
Compare
Choose a tag to compare

Changelog (v5.0.4...v5.0.5)

  • bug #35714 Correctly remove trace level options for HttpCache (aschempp)
  • bug #35674 fix getting response content after its destructor throwed an HttpExceptionInterface (nicolas-grekas)
  • bug #35672 fix HttpClientDataCollector when handling canceled responses (thematchless)
  • bug #35562 fix HttpClientDataCollector when handling canceled responses (nicolas-grekas)

v4.4.5

29 Feb 10:35
v4.4.5
Compare
Choose a tag to compare

Changelog (v4.4.4...v4.4.5)

  • bug #35714 Correctly remove trace level options for HttpCache (aschempp)
  • bug #35674 fix getting response content after its destructor throwed an HttpExceptionInterface (nicolas-grekas)
  • bug #35672 fix HttpClientDataCollector when handling canceled responses (thematchless)
  • bug #35562 fix HttpClientDataCollector when handling canceled responses (nicolas-grekas)

v5.0.4

13 Feb 07:52
v5.0.4
Compare
Choose a tag to compare

Changelog (v5.0.3...v5.0.4)

  • bug #35530 Fix regex bearer (noniagriconomie)