File tree 1 file changed +18
-0
lines changed
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
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
+
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
+ * Add support for ` SET AUTHORIZATION ` and ` RESET AUTHORIZATION ` statements.
19
+ ([ #551 ] ( https://github.com/trinodb/trino-python-client/pull/551 ) )
20
+ * Use default TLS port when URI scheme is ` https ` .
21
+ ([ #549 ] ( https://github.com/trinodb/trino-python-client/pull/549 ) )
22
+ * Fix redirect URI not getting printed during OAuth authentication when using terminals that buffer output.
23
+ ([ #548 ] ( https://github.com/trinodb/trino-python-client/pull/548 ) )
24
+ * Use TLS verification mode set on the connection when retrieving spooled results.
25
+ ([ #546 ] ( https://github.com/trinodb/trino-python-client/pull/546 ) )
26
+
9
27
## Release 0.333.0
10
28
11
29
* Improve handling of query results containing ` null ` values for
You can’t perform that action at this time.
0 commit comments