Skip to content

v0.13.0

Compare
Choose a tag to compare
@github-actions github-actions released this 25 Feb 20:33
· 279 commits to master since this release
v0.13.0
5b74051
  • New APIs: conn.retrying_transaction() and conn.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.