File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,17 @@ 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.329.0
10
+
11
+ * Add support for ` SET SESSION AUTHORIZATION ` .
12
+ ([ #349 ] ( https://github.com/trinodb/trino-python-client/issues/349 ) )
13
+ * Add support for GSSAPI based Kerberos authentication. Use ` auth=GSSAPIAuthentication(...) ` to use it.
14
+ ([ #454 ] ( https://github.com/trinodb/trino-python-client/issues/454 ) )
15
+ * Add support to SQLAlchemy dialect for ` ROW ` and ` ARRAY ` DDL generation.
16
+ ([ #458 ] ( https://github.com/trinodb/trino-python-client/issues/458 ) )
17
+ * Fix possible OAuth2 authentication failures when identity providers return multiple challenges.
18
+ ([ #444 ] ( https://github.com/trinodb/trino-python-client/issues/444 ) )
19
+
9
20
## Release 0.328.0
10
21
11
22
* Add support for Python 3.12 and drop support for Python 3.7 and PyPy 3.8
You can’t perform that action at this time.
0 commit comments