Skip to content

Commit e3c621b

Browse files
committed
Release notes for 0.329.0
1 parent 4e25d5b commit e3c621b

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CHANGES.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,17 @@ 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.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+
920
## Release 0.328.0
1021

1122
* Add support for Python 3.12 and drop support for Python 3.7 and PyPy 3.8

0 commit comments

Comments
 (0)