From e3c621bd6ffe97ee2186a8a1e33eecfafdd0ac0d Mon Sep 17 00:00:00 2001 From: Ashhar Hasan Date: Mon, 8 Jul 2024 12:44:00 +0530 Subject: [PATCH] Release notes for 0.329.0 --- CHANGES.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index c1e4d083..b6dcf9e1 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -6,6 +6,17 @@ list](https://github.com/trinodb/trino-python-client/tags), the [README](https://github.com/trinodb/trino-python-client/blob/master/README.md) and the [PyPI page](https://pypi.org/project/trino/). +## Release 0.329.0 + +* Add support for `SET SESSION AUTHORIZATION`. + ([#349](https://github.com/trinodb/trino-python-client/issues/349)) +* Add support for GSSAPI based Kerberos authentication. Use `auth=GSSAPIAuthentication(...)` to use it. + ([#454](https://github.com/trinodb/trino-python-client/issues/454)) +* Add support to SQLAlchemy dialect for `ROW` and `ARRAY` DDL generation. + ([#458](https://github.com/trinodb/trino-python-client/issues/458)) +* Fix possible OAuth2 authentication failures when identity providers return multiple challenges. + ([#444](https://github.com/trinodb/trino-python-client/issues/444)) + ## Release 0.328.0 * Add support for Python 3.12 and drop support for Python 3.7 and PyPy 3.8