File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,24 @@ list](https://github.com/trinodb/trino-python-client/tags), the
66[ README] ( https://github.com/trinodb/trino-python-client/blob/master/README.md )
77and the [ PyPI page] ( https://pypi.org/project/trino/ ) .
88
9+ ## Release 0.330.0
10+
11+ * Add support for ` try_cast ` to SQLAlchemy dialect.
12+ ([ #473 ] ( https://github.com/trinodb/trino-python-client/issues/473 ) )
13+ * Add retries on HTTP 429 error from Trino or a gateway/proxy using the
14+ ` Retry-After ` HTTP header in the response.
15+ ([ #457 ] ( https://github.com/trinodb/trino-python-client/issues/457 ) )
16+ * Fix token caching for long tokens on Windows.
17+ ([ #477 ] ( https://github.com/trinodb/trino-python-client/issues/477 ) )
18+ * Fix parsing of multi-valued ` WWW-Authenticate ` HTTP headers.
19+ ([ #484 ] ( https://github.com/trinodb/trino-python-client/issues/484 ) )
20+ * Fix SQLAlchemy ` get_indexes ` implementation to return partition column names
21+ for Hive connector instead of returning column names of the
22+ ` <table>$partitions ` table.
23+ ([ #476 ] ( https://github.com/trinodb/trino-python-client/issues/476 ) )
24+ * Fix parsing of ` cert ` and ` key ` from SQLAlchemy connection URI.
25+ ([ #478 ] ( https://github.com/trinodb/trino-python-client/issues/478 ) )
26+
927## Release 0.329.0
1028
1129* Add support for ` SET SESSION AUTHORIZATION ` .
You can’t perform that action at this time.
0 commit comments