Releases: trinodb/trino-python-client
Releases · trinodb/trino-python-client
0.334.0
What's Changed
- Allow authentication over insecure channel. (#530)
- Add support for
with
statement withCursor
class. (#537) - Fix
KeyError
when accessing missingerror_location
inTrinoQueryError
. (#535). - Add support for
SET AUTHORIZATION
andRESET AUTHORIZATION
statements. (#551) - Use default TLS port when URI scheme is
https
. (#549) - Fix redirect URI not getting printed during OAuth authentication when using terminals that buffer output. (#548)
- Use TLS verification mode set on the connection when retrieving spooled results. (#546)
New Contributors
- @koszti made their first contribution in #530
- @Chaho12 made their first contribution in #537
- @stephen-zhao made their first contribution in #535
- @e1senh0rn made their first contribution in #542
- @kempspo made their first contribution in #551
- @nfantone made their first contribution in #549
- @mcgr0g made their first contribution in #548
- @JustinObanor made their first contribution in #546
Full Changelog: 0.333.0...0.334.0