File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed
Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,27 @@ 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+
10+ ## Release 0.334.0
11+
12+ * Allow authentication over insecure channel.
13+ ([ #530 ] ( https://github.com/trinodb/trino-python-client/pull/530 ) )
14+ * Add support for ` with ` statement with ` Cursor ` class.
15+ ([ #537 ] ( https://github.com/trinodb/trino-python-client/pull/537 ) )
16+ * Fix ` KeyError ` when accessing missing ` error_location ` in ` TrinoQueryError ` .
17+ ([ #535 ] ( https://github.com/trinodb/trino-python-client/pull/535 ) ).
18+ * Fix type annotation for ` mutual_authentication ` parameter in Kerberos/GSSAPI
19+ authentication.
20+ ([ #542 ] ( https://github.com/trinodb/trino-python-client/pull/542 ) )
21+ * Add support for ` SET AUTHORIZATION ` and ` RESET AUTHORIZATION ` statements.
22+ ([ #551 ] ( https://github.com/trinodb/trino-python-client/pull/551 ) )
23+ * Use default TLS port when URI scheme is ` https ` .
24+ ([ #549 ] ( https://github.com/trinodb/trino-python-client/pull/549 ) )
25+ * Flush redirect URI during OAuth authentication.
26+ ([ #548 ] ( https://github.com/trinodb/trino-python-client/pull/548 ) )
27+ * Use passed TLS verification mode when retrieving spooled results.
28+ ([ #546 ] ( https://github.com/trinodb/trino-python-client/pull/546 ) )
29+
930## Release 0.333.0
1031
1132* Improve handling of query results containing ` null ` values for
You can’t perform that action at this time.
0 commit comments