Skip to content

Commit 74a9d8c

Browse files
Release notes for 0.320.0
Co-authored-by: Ashhar Hasan <[email protected]> Co-authored-by: bitsondatadev <[email protected]>
1 parent a1d45ac commit 74a9d8c

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

CHANGES.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,15 @@ 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.320.0
10+
11+
* Fix handling of expired access tokens when using OAuth 2 authentication.
12+
([#284](https://github.com/trinodb/trino-python-client/issues/284))
13+
* Support `None` values in array, map and row types when `experimental_python_types` is enabled.
14+
([#269](https://github.com/trinodb/trino-python-client/issues/269))
15+
* Expose query id of most recently executed query on a cursor as `Cursor.query_id`.
16+
([#295](https://github.com/trinodb/trino-python-client/issues/295))
17+
918
## Release 0.319.0
1019

1120
* Improve the performance of `get_view_names` in SQLAlchemy.

0 commit comments

Comments
 (0)