Skip to content

Commit b453248

Browse files
Release notes for 0.322.0
Co-authored-by: bitsondatadev <[email protected]>
1 parent bfd773a commit b453248

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

CHANGES.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff 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)
77
and 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.

0 commit comments

Comments
 (0)