Skip to content

asyncpg v0.15.0

Compare
Choose a tag to compare
@elprans elprans released this 15 Feb 17:08
· 314 commits to master since this release
v0.15.0
2f558c2

Behavior Changes

asyncpg no longer uses the common statement cache for explicit
prepared statements, so Connection.prepare() always returns a
new prepared statement (by @vangheem in a19ce50).

Bug Fixes