We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f66e93 commit 555974bCopy full SHA for 555974b
1 file changed
CHANGES.md
@@ -6,6 +6,15 @@ list](https://github.com/trinodb/trino-python-client/tags), the
6
[README](https://github.com/trinodb/trino-python-client/blob/master/README.md)
7
and the [PyPI page](https://pypi.org/project/trino/).
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
18
## Release 0.335.0
19
20
* Fix connection scheme being incorrectly inferred as HTTP.
0 commit comments