Skip to content

v5.3.13

Compare
Choose a tag to compare
@fabpot fabpot released this 29 Dec 13:19
· 810 commits to 7.3 since this release
v5.3.13

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)