File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,15 @@ list](https://github.com/trinodb/trino-python-client/tags), the
6
6
[ README] ( https://github.com/trinodb/trino-python-client/blob/master/README.md )
7
7
and the [ PyPI page] ( https://pypi.org/project/trino/ ) .
8
8
9
+ ## Release 0.336.0
10
+
11
+ * Fix user impersonation support.
12
+ ([ #568 ] ( https://github.com/trinodb/trino-python-client/pull/568 ) )
13
+ * Fix importing ` get_localzone_name ` for old ` tzlocal ` versions.
14
+ ([ #574 ] ( https://github.com/trinodb/trino-python-client/pull/574 ) )
15
+ * Use faster JSON implementation (` orjson ` ) for compatible Python runtimes.
16
+ ([ #576 ] ( https://github.com/trinodb/trino-python-client/pull/576 ) )
17
+
9
18
## Release 0.335.0
10
19
11
20
* Fix connection scheme being incorrectly inferred as HTTP.
You can’t perform that action at this time.
0 commit comments