Skip to content

Releases: trinodb/trino-python-client

0.334.0

02 May 16:44
Compare
Choose a tag to compare

What's Changed

  • Allow authentication over insecure channel. (#530)
  • Add support for with statement with Cursor class. (#537)
  • Fix KeyError when accessing missing error_location in TrinoQueryError. (#535).
  • Add support for SET AUTHORIZATION and RESET 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

Full Changelog: 0.333.0...0.334.0