Skip to content

Commit 2867350

Browse files
committed
Release notes for 0.324.0
1 parent 12e6f44 commit 2867350

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CHANGES.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ 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.324.0
10+
11+
* Reduce the number of times `SELECT version()` query is sent to Trino when
12+
using SQLAlchemy.
13+
([#371](https://github.com/trinodb/trino-python-client/issues/371))
14+
* Fix `TIMESTAMP WITH TIME ZONE` being mapped to incorrect zones.
15+
([#366](https://github.com/trinodb/trino-python-client/issues/366))
16+
917
## Release 0.323.0
1018

1119
* Fix handling of `Decimal` params which use scientific notation.

0 commit comments

Comments
 (0)