Skip to content

Commit 024109b

Browse files
Add 0.319.0 release notes
Co-authored-by: Ashhar Hasan <[email protected]>
1 parent b008848 commit 024109b

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

CHANGES.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,18 @@ list](https://github.com/trinodb/trino-python-client/tags), the
66
[README](https://github.com/trinodb/trino-python-client/blob/master/README.md)
77
and the [PyPI page](https://pypi.org/project/trino/).
88

9+
## Release 0.319.0
10+
11+
* Improve the performance of `get_view_names` in SQLAlchemy.
12+
([#267](https://github.com/trinodb/trino-python-client/issues/267))
13+
* Fix possible `ValueError` when client receives empty HTTP headers.
14+
([#262](https://github.com/trinodb/trino-python-client/issues/262))
15+
* Fix a compatibility issue with `_rfc_1738_quote` in SQLAlchemy v1.4.42.
16+
([#273](https://github.com/trinodb/trino-python-client/issues/273))
17+
* Return only tables in SQLAlchemy `get_table_names`. Previously, it
18+
also contained views.
19+
([#266](https://github.com/trinodb/trino-python-client/issues/266))
20+
921
## Release 0.318.0
1022

1123
* Fix the SQLAlchemy dialect to be compatible with SQLAlchemy 1.3.x versions.

0 commit comments

Comments
 (0)