Skip to content

Releases: symfony/http-client

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)

v4.4.4

13 Feb 08:03
v4.4.4
Compare
Choose a tag to compare

Changelog (v4.4.3...v4.4.4)

  • bug #35530 Fix regex bearer (noniagriconomie)

v4.3.11

13 Feb 08:05
v4.3.11
Compare
Choose a tag to compare

Changelog (v4.3.10...v4.3.11)

  • bug #35530 Fix regex bearer (noniagriconomie)

v5.0.3

13 Feb 09:11
v5.0.3
Compare
Choose a tag to compare

Changelog (v5.0.2...v5.0.3)

  • bug #35324 Fix strict parsing of response status codes (Armando-Walmeric)
  • bug #35245 fix exception in case of PSR17 discovery failure (nicolas-grekas)
  • bug #35223 Don't read from the network faster than the CPU can deal with (nicolas-grekas)
  • bug #35210 NativeHttpClient should not send >1.1 protocol version (nicolas-grekas)
  • bug #35209 fix support for non-blocking resource streams (nicolas-grekas)
  • bug #35195 fix casting responses to PHP streams (nicolas-grekas)
  • bug #35168 fix capturing SSL certificates with NativeHttpClient (nicolas-grekas)
  • bug #35120 fix scheduling pending NativeResponse (nicolas-grekas)