File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,15 @@ list](https://github.com/trinodb/trino-python-client/tags), the
6
6
[ README] ( https://github.com/trinodb/trino-python-client/blob/master/README.md )
7
7
and the [ PyPI page] ( https://pypi.org/project/trino/ ) .
8
8
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
+
9
18
## Release 0.319.0
10
19
11
20
* Improve the performance of ` get_view_names ` in SQLAlchemy.
You can’t perform that action at this time.
0 commit comments