Skip to content

Commit fd593f5

Browse files
committed
Release notes for 0.330.0
1 parent d88f476 commit fd593f5

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

CHANGES.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff 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)
77
and 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`.

0 commit comments

Comments
 (0)