File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,20 @@ list](https://github.com/trinodb/trino-python-client/tags), the
66[ README] ( https://github.com/trinodb/trino-python-client/blob/master/README.md )
77and the [ PyPI page] ( https://pypi.org/project/trino/ ) .
88
9+ ## Release 0.322.0
10+
11+ * Return ` rowcount ` property on the DB-API ` Cursor ` when available.
12+ ([ #325 ] ( https://github.com/trinodb/trino-python-client/issues/325 ) )
13+ * Provide a read-only property ` query ` on the DB-API ` Cursor ` which contains
14+ the query text submitted through the cursor when available.
15+ ([ #323 ] ( https://github.com/trinodb/trino-python-client/issues/323 ) )
16+ * Automatically determine ` http_scheme ` , ` host ` and ` port ` from ` host ` if it's a
17+ valid URL.
18+ ([ #340 ] ( https://github.com/trinodb/trino-python-client/issues/340 ) )
19+ * Fix query cancellation to follow the protocol. Before this change cancelling
20+ a query could lead to errors from the Trino server.
21+ ([ #328 ] ( https://github.com/trinodb/trino-python-client/issues/328 ) )
22+
923## Release 0.321.0
1024
1125* Add support for SQLAlchemy 2.0.
You can’t perform that action at this time.
0 commit comments