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
66[ README] ( https://github.com/trinodb/trino-python-client/blob/master/README.md )
77and 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.
You can’t perform that action at this time.
0 commit comments