trinodb / trino-python-client

Python client for Trino
Apache License 2.0
307 stars 151 forks source link

Release notes for 0.327.0 #382

Closed hashhar closed 9 months ago

hashhar commented 1 year ago
```markdown
* <release note text>
  ([#NNN](https://github.com/trinodb/trino-python-client/issues/NNN))
```
hashhar commented 9 months ago
* Use `OAuth2Authentication` if `externalAuthentication` parameter is set on
  the connection url when using SQLAlchemy.
  ([#343](https://github.com/trinodb/trino-python-client/issues/343))
hashhar commented 9 months ago
* Raise `TrinoConnectionError` for all connection related errors.
  ([#364](https://github.com/trinodb/trino-python-client/issues/364))
hashhar commented 9 months ago
* Implement `get_catalog_names` for SQLAlchemy to get the list of catalogs
  present on the cluster.
  ([#401](https://github.com/trinodb/trino-python-client/issues/401))
hashhar commented 9 months ago
* Set the `User-Agent` HTTP header in all requests to `Trino Python
  Client/<client_version>`.
  ([#411](https://github.com/trinodb/trino-python-client/issues/411))