-
Notifications
You must be signed in to change notification settings - Fork 167
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release notes for 0.328.0 #417
Labels
release-notes
Release notes PR for next release
Comments
* Fix incompatibility when using trino-python-client with [Ray](https://github.com/ray-project/ray).
([#420](https://github.com/trinodb/trino-python-client/issues/420)) |
* Fix `get_indexes` in SQLAlchemy to not fail when called for non-Hive tables.
([#426](https://github.com/trinodb/trino-python-client/issues/426)) |
* Make it possible to configure log level for all modules via the root logger. The root logger is named `trino`.
([#434](https://github.com/trinodb/trino-python-client/issues/434)) |
* Add support for `IGNORE NULLS` in window functions when using SQLAlchemy.
([#429](https://github.com/trinodb/trino-python-client/issues/429)) |
* Add support for Python 3.12 and drop support for Python 3.7 and PyPy 3.8 which are end-of-life.
([#438](https://github.com/trinodb/trino-python-client/issues/438)) |
* Fix reading and writing `MAP` types with boolean or integer keys.
([#441](https://github.com/trinodb/trino-python-client/issues/441)) |
* Fix possible failures when retrieving query results if the server returns empty data.
([#443](https://github.com/trinodb/trino-python-client/issues/443)) |
* Allow using `keyring.backends.null.Keyring` to disable keyring when using OAuth2.
([#431](https://github.com/trinodb/trino-python-client/issues/431))
* If `user` is provided during connection then OAuth2 tokens will be cached on a per-user and host basis instead of per-host only.
([#430](https://github.com/trinodb/trino-python-client/issues/430)) |
Fixed via #451 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The text was updated successfully, but these errors were encountered: