Skip to content

Commit 26be018

Browse files
committed
Release notes for 0.323.0
1 parent 226b216 commit 26be018

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

CHANGES.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,21 @@ 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.323.0
10+
11+
* Fix handling of `Decimal` params which use scientific notation.
12+
([#347](https://github.com/trinodb/trino-python-client/issues/347))
13+
* Map Trino `UUID` type to Python `uuid.UUID`.
14+
([#354](https://github.com/trinodb/trino-python-client/issues/354))
15+
* Map `sqlalchemy.Uuid` type to Trino `UUID`.
16+
([#359](https://github.com/trinodb/trino-python-client/issues/359))
17+
* Support using timezone aware `datetime.time` params in prepared statements.
18+
([#360](https://github.com/trinodb/trino-python-client/issues/360))
19+
* Allow accessing `ROW` type fields using their names in addition to their indices.
20+
([#338](https://github.com/trinodb/trino-python-client/issues/338))
21+
* Interpret `roles` without catalog name as system roles for convenience.
22+
([#341](https://github.com/trinodb/trino-python-client/issues/341))
23+
924
## Release 0.322.0
1025

1126
* Return `rowcount` property on the DB-API `Cursor` when available.

0 commit comments

Comments
 (0)