Skip to content

Releases: symfony/http-client

v8.0.7

06 Mar 17:12

Choose a tag to compare

Changelog (v8.0.6...v8.0.7)

  • bug #63573 Fix CachingHttpClient compatibility with decorator clients on 304 responses (@nicolas-grekas)

v7.4.7

06 Mar 16:44

Choose a tag to compare

Changelog (v7.4.6...v7.4.7)

  • bug #63573 Fix CachingHttpClient compatibility with decorator clients on 304 responses (@nicolas-grekas)

v8.0.6

26 Feb 09:14

Choose a tag to compare

Changelog (v8.0.5...v8.0.6)

v7.4.6

26 Feb 08:41

Choose a tag to compare

Changelog (v7.4.5...v7.4.6)

v6.4.34

26 Feb 08:29

Choose a tag to compare

Changelog (v6.4.33...v6.4.34)

v8.0.5

28 Jan 11:02

Choose a tag to compare

Changelog (v8.0.4...v8.0.5)

  • bug #63212 Fix dealing with truncated streams after headers arrived with CurlHttpClient (nicolas-grekas)
  • bug #63211 Fix dealing with multiple levels of AsyncResponse decoration (@nicolas-grekas)

v7.4.5

28 Jan 10:44

Choose a tag to compare

Changelog (v7.4.4...v7.4.5)

  • bug #63212 Fix dealing with truncated streams after headers arrived with CurlHttpClient (nicolas-grekas)
  • bug #63211 Fix dealing with multiple levels of AsyncResponse decoration (@nicolas-grekas)

v7.3.11

28 Jan 10:29

Choose a tag to compare

Changelog (v7.3.10...v7.3.11)

  • bug #63212 Fix dealing with truncated streams after headers arrived with CurlHttpClient (nicolas-grekas)
  • bug #63211 Fix dealing with multiple levels of AsyncResponse decoration (@nicolas-grekas)

v6.4.33

28 Jan 10:03

Choose a tag to compare

Changelog (v6.4.32...v6.4.33)

  • bug #63212 Fix dealing with truncated streams after headers arrived with CurlHttpClient (nicolas-grekas)
  • bug #63211 Fix dealing with multiple levels of AsyncResponse decoration (@nicolas-grekas)

v8.0.4

25 Jan 08:31

Choose a tag to compare

Changelog (v8.0.3...v8.0.4)

  • bug #63155 Skip HTTP/3 when using a proxy (nicolas-grekas)
  • bug #62954 Fix existing headers must be replaced in CachingHttpClient (Toflar)
  • bug #62898 update chunk items' expiration on revalidation (@Lctrs)