trinodb / trino-python-client

Python client for Trino
Apache License 2.0
309 stars 151 forks source link

Release notes for 0.320.0 #283

Closed hashhar closed 1 year ago

hashhar commented 1 year ago
* Support `None` values in array, map and row types when `experimental_python_types` is enabled.
  ([#269](https://github.com/trinodb/trino-python-client/issues/269))

269, #281

hashhar commented 1 year ago
* Fix handling of expired access tokens when using OAuth 2 authentication.
  ([#284](https://github.com/trinodb/trino-python-client/issues/284))
hashhar commented 1 year ago
* Expose query id of most recently executed query on a cursor as `Cursor.query_id`.
  ([#295](https://github.com/trinodb/trino-python-client/issues/295))