Skip to content

0.6.1

Latest

Choose a tag to compare

@ponylang-main ponylang-main released this 22 Jun 14:49
· 2 commits to main since this release

Fix connection hang after sending a large amount of data

After sending a large query or a large amount of data, a connection could stop receiving the server's responses — an in-flight query would never complete and the connection would hang. No error was raised and the connection was not closed; it simply went quiet, even though the server had already replied. This most often showed up with large statements or bulk data. Responses now arrive as expected.

[0.6.1] - 2026-06-22

Fixed

  • Fix connection hang after sending a large amount of data (PR #235)