File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,18 @@ list](https://github.com/trinodb/trino-python-client/tags), the
6
6
[ README] ( https://github.com/trinodb/trino-python-client/blob/master/README.md )
7
7
and the [ PyPI page] ( https://pypi.org/project/trino/ ) .
8
8
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
+
9
21
## Release 0.318.0
10
22
11
23
* Fix the SQLAlchemy dialect to be compatible with SQLAlchemy 1.3.x versions.
You can’t perform that action at this time.
0 commit comments