trinodb / trino-python-client

Python client for Trino
Apache License 2.0
327 stars 163 forks source link

Release notes for 0.329.0 #452

Closed hashhar closed 2 months ago

hashhar commented 7 months ago
```markdown
* <release note text>
  ([#NNN](https://github.com/trinodb/trino-python-client/issues/NNN))
```
hashhar commented 2 months ago
* Add support for GSSAPI based Kerberos authentication. Use `auth=GSSAPIAuthentication(...)` to use it.
  ([#454](https://github.com/trinodb/trino-python-client/issues/454))
hashhar commented 2 months ago
* Add support to SQLAlchemy dialect for `ROW` and `ARRAY` DDL generation.
  ([#458](https://github.com/trinodb/trino-python-client/issues/458))
hashhar commented 2 months ago
* Add support for `SET SESSION AUTHORIZATION`.
  ([#349](https://github.com/trinodb/trino-python-client/issues/349))
hashhar commented 2 months ago
* Fix possible OAuth2 authentication failures when identity providers return multiple challenges.
  ([#444](https://github.com/trinodb/trino-python-client/issues/444))