v0.13.0
·
669 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_availableparameter for connection APIs.