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.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.
You can’t perform that action at this time.
0 commit comments