Skip to content

asyncpg v0.18.2

Compare
Choose a tag to compare
@elprans elprans released this 10 Nov 18:57
· 238 commits to master since this release
v0.18.2
2200cd2

Bug Fixes

  • Revert "Stop treating ReadyForQuery as a universal result indicator"
    to fix stability regression.
    (by @elprans in 04b6748)

  • Correctly ignore all incoming messages after the Terminate message
    (by @elprans in 787317f)

  • Properly cleanup connections closed by remote
    (by @elprans in 4393a15 for #385)