Skip to content

asyncpg v0.14.0

Compare
Choose a tag to compare
@elprans elprans released this 29 Dec 17:45
· 328 commits to master since this release
v0.14.0
45f0e2a

Backwards Incompatible Changes

asyncpg now reports the server version as x.0.y for PostgreSQL 10.0 and later.
This is in alignment with how upstream is interpreting the "minor" version
component now. (@elprans in 1fa12fe)

Improvements

Bug Fixes