Releases: trinodb/trino-python-client
Releases · trinodb/trino-python-client
0.336.0
What's Changed
- Fix Update user-related HTTP headers to fix impersonation by @izeigerman in #568
- Bump requests to 2.32.4 to address CVE-2024-47081 by @damian3031 in #569
- import get_localzone_name only if timezone not avaiable by @jinyangli34 in #574
- Migrate from built-in json to faster orjson by @wendigo in #576
- Add 0.336.0 release notes by @wendigo in #577
New Contributors
- @izeigerman made their first contribution in #568
- @jinyangli34 made their first contribution in #574
Full Changelog: 0.335.0...0.336.0
0.335.0
What's Changed
- Fix logic for setting http_scheme by @damian3031 in #564
- Fix test_segments_cursor by @damian3031 in #565
- Release notes for 0.335.0 by @hashhar in #567
Full Changelog: 0.334.0...0.335.0
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