Skip to content

Commit 86539cd

Browse files
committed
Release notes for 0.331.0
1 parent b41a388 commit 86539cd

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.331.0
10+
11+
* Add support for Python 3.13 and drop support for Python 3.8 which is
12+
end-of-life.
13+
([#489](https://github.com/trinodb/trino-python-client/issues/489))
14+
* Add support for Trino `INTERVAL YEAR TO MONTH` type by mapping to Python
15+
`relativedelta`.
16+
([#475](https://github.com/trinodb/trino-python-client/issues/475))
17+
* Add support for Trino `INTERVAL DAY TO SECOND` type by mapping to Python
18+
`timedelta`.
19+
([#475](https://github.com/trinodb/trino-python-client/issues/475))
20+
* Custom types are now pickle-able which allows frameworks like
21+
[Streamlit](https://github.com/streamlit/streamlit) to work.
22+
([#490](https://github.com/trinodb/trino-python-client/issues/490))
23+
* Fix OAuth2 authentication to not fail if the redirect server or token server
24+
URIs contain parameters.
25+
([#495](https://github.com/trinodb/trino-python-client/issues/495))
26+
927
## Release 0.330.0
1028

1129
* Add support for `try_cast` to SQLAlchemy dialect.

0 commit comments

Comments
 (0)