Skip to content

Commit 90fc0e0

Browse files
committed
Add 0.334.0 release notes
1 parent a102ca3 commit 90fc0e0

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

CHANGES.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff 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)
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+
* 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

0 commit comments

Comments
 (0)