Skip to content

v5.1.1

Compare
Choose a tag to compare
@fabpot fabpot released this 12 Jun 12:21
· 1144 commits to 7.3 since this release
v5.1.1

Changelog (v5.1.0...v5.1.1)

  • bug #37191 fix offset computation for data chunks (nicolas-grekas)
  • bug #37190 disable AMP's inactivity timeout, we deal with it on our own already (nicolas-grekas)
  • bug #37048 fix monitoring timeouts when other streams are active (nicolas-grekas)
  • bug #37065 Throw JsonException instead of TransportException on empty response in Response::toArray() (jeroennoten)