Skip to content

Commit c5ab69e

Browse files
committed
Release notes for 0.321.0
1 parent a83dcfe commit c5ab69e

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

CHANGES.md

+18
Original file line numberDiff line numberDiff 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)
77
and the [PyPI page](https://pypi.org/project/trino/).
88

9+
## Release 0.321.0
10+
11+
* Add support for setting the session timezone. When not set explicitly it
12+
defaults to the client side local timezone. This changes the behaviour of the
13+
client in backward-incompatible way. To preserve the behaviour from client
14+
versions older than 0.321.0 you can explicitly pass `timezone='UTC'` to
15+
`trino.dbapi.connect` when creating the connection.
16+
([#27](https://github.com./trinodb/trino-python-client/issues/27))
17+
* Add support for `VARBINARY` query parameters.
18+
([#299](https://github.com./trinodb/trino-python-client/issues/299))
19+
* Add `Cursor.describe` method to return some metadata about the results of a
20+
query.
21+
([#302](https://github.com./trinodb/trino-python-client/issues/302))
22+
* Add support for variable precision datetime types. This change makes temporal
23+
types contain the correct precision as computed by Trino instead of being
24+
always limited to millisecond precision.
25+
([#300](https://github.com./trinodb/trino-python-client/issues/300))
26+
927
## Release 0.320.0
1028

1129
* Fix handling of expired access tokens when using OAuth 2 authentication.

0 commit comments

Comments
 (0)