Skip to content

Commit

Permalink
v0.13.0
Browse files Browse the repository at this point in the history
* 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.
  • Loading branch information
1st1 committed Feb 25, 2021
1 parent 9aad290 commit 5b74051
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion edgedb/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@
# supported platforms, publish the packages on PyPI, merge the PR
# to the target branch, create a Git tag pointing to the commit.

__version__ = '0.13.0a5'
__version__ = '0.13.0'

0 comments on commit 5b74051

Please sign in to comment.