Skip to content

v0.21.7

Choose a tag to compare

@jaymell jaymell released this 12 Dec 17:13
· 1 commit to 0.21.x since this release
d0fdce3

0.21.7 (2022-12-10)

This release addresses bugs related to server response parsing and MultiPlexedConnection error handling.

Bug fixes

  • Limit parser recursion depth (#724) -- thank you to the OSS-Fuzz project for identifying the issue.
  • Improve MultiplexedConnection Error Handling (#699) -- thank you to @kvcache for identifying the issue (#698) and providing a reproducible example.