Skip to content

Releases: symfony/http-client

v5.4.3

28 Jan 11:57
v5.4.3
Compare
Choose a tag to compare

Changelog (v5.4.2...v5.4.3)

  • bug #45073 Fix Failed to open stream: Too many open files (adrienfr)
  • bug #45015 fix resetting DNS/etc when calling CurlHttpClient::reset() (nicolas-grekas)
  • bug #45004 Remove deprecated usage of GuzzleHttp\Promise\promise_for (plozmun)
  • bug #44890 Remove deprecated usage of GuzzleHttp\Promise\queue (GrahamCampbell)
  • bug #44878 Turn negative timeout to a very long timeout (fancyweb)

v5.3.14

28 Jan 11:02
v5.3.14
Compare
Choose a tag to compare

Changelog (v5.3.13...v5.3.14)

  • bug #45073 Fix Failed to open stream: Too many open files (adrienfr)
  • bug #45015 fix resetting DNS/etc when calling CurlHttpClient::reset() (nicolas-grekas)
  • bug #45004 Remove deprecated usage of GuzzleHttp\Promise\promise_for (plozmun)
  • bug #44890 Remove deprecated usage of GuzzleHttp\Promise\queue (GrahamCampbell)
  • bug #44878 Turn negative timeout to a very long timeout (fancyweb)

v4.4.37

28 Jan 10:54
v4.4.37
Compare
Choose a tag to compare

Changelog (v4.4.36...v4.4.37)

  • bug #45073 Fix Failed to open stream: Too many open files (adrienfr)
  • bug #45015 fix resetting DNS/etc when calling CurlHttpClient::reset() (nicolas-grekas)
  • bug #44890 Remove deprecated usage of GuzzleHttp\Promise\queue (GrahamCampbell)
  • bug #44878 Turn negative timeout to a very long timeout (fancyweb)

v6.0.2

29 Dec 14:15
v6.0.2
Compare
Choose a tag to compare

Changelog (v6.0.1...v6.0.2)

  • bug #44743 fix checking for recent curl consts (nicolas-grekas)
  • bug #44671 Fix tracing requests made after calling withOptions() (nicolas-grekas)
  • bug #44625 fix monitoring responses issued before reset() (nicolas-grekas)
  • bug #44623 Fix dealing with "HTTP/1.1 000 " responses (nicolas-grekas)
  • bug #44601 Fix closing curl-multi handle too early on destruct (nicolas-grekas)
  • bug #44571 Don't reset timeout counter when initializing requests (nicolas-grekas)
  • bug #44479 Double check if handle is complete (Nyholm)
  • bug #44438 Fix handling thrown \Exception in \Generator in MockResponse (fancyweb)
  • bug #44428 Fix response id property check in MockResponse (fancyweb)

v5.4.2

29 Dec 13:56
v5.4.2
Compare
Choose a tag to compare

Changelog (v5.4.1...v5.4.2)

  • bug #44743 fix checking for recent curl consts (nicolas-grekas)
  • bug #44671 Fix tracing requests made after calling withOptions() (nicolas-grekas)
  • bug #44625 fix monitoring responses issued before reset() (nicolas-grekas)
  • bug #44623 Fix dealing with "HTTP/1.1 000 " responses (nicolas-grekas)
  • bug #44601 Fix closing curl-multi handle too early on destruct (nicolas-grekas)
  • bug #44571 Don't reset timeout counter when initializing requests (nicolas-grekas)
  • bug #44479 Double check if handle is complete (Nyholm)
  • bug #44438 Fix handling thrown \Exception in \Generator in MockResponse (fancyweb)

v5.3.13

29 Dec 13:19
v5.3.13
Compare
Choose a tag to compare

Changelog (v5.3.12...v5.3.13)

  • bug #44743 fix checking for recent curl consts (nicolas-grekas)
  • bug #44671 Fix tracing requests made after calling withOptions() (nicolas-grekas)
  • bug #44625 fix monitoring responses issued before reset() (nicolas-grekas)
  • bug #44623 Fix dealing with "HTTP/1.1 000 " responses (nicolas-grekas)
  • bug #44601 Fix closing curl-multi handle too early on destruct (nicolas-grekas)
  • bug #44571 Don't reset timeout counter when initializing requests (nicolas-grekas)
  • bug #44479 Double check if handle is complete (Nyholm)
  • bug #44438 Fix handling thrown \Exception in \Generator in MockResponse (fancyweb)
  • bug #44361 Fix handling error info in MockResponse (fancyweb)

v4.4.36

29 Dec 13:08
v4.4.36
Compare
Choose a tag to compare

Changelog (v4.4.35...v4.4.36)

  • bug #44625 fix monitoring responses issued before reset() (nicolas-grekas)
  • bug #44623 Fix dealing with "HTTP/1.1 000 " responses (nicolas-grekas)
  • bug #44601 Fix closing curl-multi handle too early on destruct (nicolas-grekas)
  • bug #44571 Don't reset timeout counter when initializing requests (nicolas-grekas)
  • bug #44479 Double check if handle is complete (Nyholm)
  • bug #44438 Fix handling thrown \Exception in \Generator in MockResponse (fancyweb)
  • bug #44361 Fix handling error info in MockResponse (fancyweb)

v6.0.1

09 Dec 13:47
v6.0.1
Compare
Choose a tag to compare

Changelog (v6.0.0...v6.0.1)

  • bug #44494 Remove FQCN type hints on properties (fabpot)
  • bug #44361 Fix handling error info in MockResponse (fancyweb)

v5.4.1

09 Dec 13:41
v5.4.1
Compare
Choose a tag to compare

Changelog (v5.4.0...v5.4.1)

  • bug #44361 Fix handling error info in MockResponse (fancyweb)

v6.0.0

29 Nov 17:09
v6.0.0
Compare
Choose a tag to compare

Changelog (v6.0.0-RC1...v6.0.0)

  • no significant changes