Skip to content

Releases: symfony/http-client

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)