Release dates, binaries, and other information for the Trino Python client are available in the tags list, the README and the PyPI page.
- Add support for SQLAlchemy queries to access multiple catalogs by specifying
a
trino_catalog
argument to SQLAlchemyTable
objects. (#186) - Improve performance when a cursor with
experimental_python_types
is used. (#206) - Fix incorrect results for
get_table_comment
in SQLAlchemy when two tables with the same name and schema exist in different catalogs. (#217) - Remove spurious logging of HTTP responses when a query is cancelled. (#216)
Details for older releases are available in the tags list, the code itself, and the README documentation.