Skip to content

Commit

Permalink
Release notes for 0.329.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hashhar committed Jul 8, 2024
1 parent 4e25d5b commit e3c621b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e3c621b

Please sign in to comment.