Skip to content

Commit 73eb1b1

Browse files
wendigohashhar
authored andcommitted
Add 0.334.0 release notes
1 parent c823256 commit 73eb1b1

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

CHANGES.md

+18
Original file line numberDiff line numberDiff 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)
77
and 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+
* 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+
927
## Release 0.333.0
1028

1129
* Improve handling of query results containing `null` values for

0 commit comments

Comments
 (0)