v0.13.0
github-actions
released this
25 Feb 20:33
·
279 commits
to master
since this release
- New APIs:
conn.retrying_transaction()
andconn.raw_transaction()
. conn.transaction()
has been deprecated.conn.aclose()
implements graceful disconnect from the DB server.- Starting transactions in
conn.execute()
is no longer allowed. wait_until_available
parameter for connection APIs.