Skip to content

Commit

Permalink
Release notes for 0.331.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hashhar committed Dec 10, 2024
1 parent b41a388 commit 86539cd
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,24 @@ list](https://github.com/trinodb/trino-python-client/tags), the
[README](https://github.com/trinodb/trino-python-client/blob/master/README.md)
and the [PyPI page](https://pypi.org/project/trino/).

## Release 0.331.0

* Add support for Python 3.13 and drop support for Python 3.8 which is
end-of-life.
([#489](https://github.com/trinodb/trino-python-client/issues/489))
* Add support for Trino `INTERVAL YEAR TO MONTH` type by mapping to Python
`relativedelta`.
([#475](https://github.com/trinodb/trino-python-client/issues/475))
* Add support for Trino `INTERVAL DAY TO SECOND` type by mapping to Python
`timedelta`.
([#475](https://github.com/trinodb/trino-python-client/issues/475))
* Custom types are now pickle-able which allows frameworks like
[Streamlit](https://github.com/streamlit/streamlit) to work.
([#490](https://github.com/trinodb/trino-python-client/issues/490))
* Fix OAuth2 authentication to not fail if the redirect server or token server
URIs contain parameters.
([#495](https://github.com/trinodb/trino-python-client/issues/495))

## Release 0.330.0

* Add support for `try_cast` to SQLAlchemy dialect.
Expand Down

0 comments on commit 86539cd

Please sign in to comment.