From e2c32c214d3f1c47333add05e8d3f3c78f67dbf8 Mon Sep 17 00:00:00 2001 From: Ashhar Hasan Date: Wed, 21 Sep 2022 13:40:40 +0530 Subject: [PATCH] Add changes for 0.316.0 --- CHANGES.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index d21d087a..eed58a31 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -6,6 +6,19 @@ 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/). +## Trino Python client 0.316.0 + +* Add support for SQLAlchemy queries to access multiple catalogs by specifying + a `trino_catalog` argument to SQLAlchemy `Table` objects. + ([#186](https://github.com/trinodb/trino-python-client/issues/186)) +* Improve performance when a cursor with `experimental_python_types` is used. + ([#206](https://github.com/trinodb/trino-python-client/issues/206)) +* Fix incorrect results for `get_table_comment` in SQLAlchemy when two tables + with the same name and schema exist in different catalogs. + ([#217](https://github.com/trinodb/trino-python-client/issues/217)) +* Remove spurious logging of HTTP responses when a query is cancelled. + ([#216](https://github.com/trinodb/trino-python-client/issues/216)) + ## Older releases Details for older releases are available in the [tags