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
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.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
+
9
27
## Release 0.330.0
10
28
11
29
* Add support for ` try_cast ` to SQLAlchemy dialect.
You can’t perform that action at this time.
0 commit comments