Skip to content
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

Closed
hashhar opened this issue Oct 13, 2023 · 13 comments
Closed

Release notes for 0.328.0 #417

hashhar opened this issue Oct 13, 2023 · 13 comments
Labels
release-notes Release notes PR for next release

Comments

@hashhar
Copy link
Member

hashhar commented Oct 13, 2023

```markdown
* <release note text>
  ([#NNN](https://github.com/trinodb/trino-python-client/issues/NNN))
```
@hashhar hashhar pinned this issue Oct 13, 2023
@hashhar hashhar added the release-notes Release notes PR for next release label Oct 13, 2023
@hashhar
Copy link
Member Author

hashhar commented Oct 13, 2023

* Fix `Cursor.fetchall` returning already returned rows if called after `fetchone` or `fetchmany`.
  ([#414](https://github.com/trinodb/trino-python-client/issues/414))

#414, #415

@hashhar
Copy link
Member Author

hashhar commented Feb 16, 2024

* 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))

#420

@hashhar
Copy link
Member Author

hashhar commented Feb 16, 2024

* Fix error when closing a cursor without executing a query.
  ([#428](https://github.com/trinodb/trino-python-client/issues/428))

#428 #433

@hashhar
Copy link
Member Author

hashhar commented Feb 16, 2024

* Add support for `JSON` data type to SQLAlchemy dialect.
  ([#387](https://github.com/trinodb/trino-python-client/issues/387))

#387, #423, #425

@hashhar
Copy link
Member Author

hashhar commented Feb 16, 2024

* Fix `get_indexes` in SQLAlchemy to not fail when called for non-Hive tables.
  ([#426](https://github.com/trinodb/trino-python-client/issues/426))

#426

@hashhar
Copy link
Member Author

hashhar commented Feb 16, 2024

* 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))

#434

@hashhar
Copy link
Member Author

hashhar commented Feb 16, 2024

* Add support for `IGNORE NULLS` in window functions when using SQLAlchemy.
  ([#429](https://github.com/trinodb/trino-python-client/issues/429))

#429

@hashhar
Copy link
Member Author

hashhar commented Feb 16, 2024

* 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))

#438

@hashhar
Copy link
Member Author

hashhar commented Feb 16, 2024

* Fix reading and writing `MAP` types with boolean or integer keys.
  ([#441](https://github.com/trinodb/trino-python-client/issues/441))

#441

@hashhar
Copy link
Member Author

hashhar commented Feb 16, 2024

* Fix possible failures when retrieving query results if the server returns empty data.
  ([#443](https://github.com/trinodb/trino-python-client/issues/443))

#443

@hashhar
Copy link
Member Author

hashhar commented Feb 16, 2024

* Add support for `MAP` type to SQLAlchemy dialect.
  ([#397](https://github.com/trinodb/trino-python-client/issues/397))

#397, #448

@hashhar
Copy link
Member Author

hashhar commented Feb 16, 2024

* 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))

#431, #430, #435

@hashhar
Copy link
Member Author

hashhar commented Feb 16, 2024

Fixed via #451

@hashhar hashhar closed this as completed Feb 16, 2024
@hashhar hashhar unpinned this issue Feb 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release-notes Release notes PR for next release
Development

No branches or pull requests

1 participant