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.330.0 #470

Closed
hashhar opened this issue Jul 8, 2024 · 6 comments · Fixed by #487
Closed

Release notes for 0.330.0 #470

hashhar opened this issue Jul 8, 2024 · 6 comments · Fixed by #487
Labels
release-notes Release notes PR for next release

Comments

@hashhar
Copy link
Member

hashhar commented Jul 8, 2024

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

hashhar commented Sep 26, 2024

* Fix token caching for long tokens on Windows.
  ([#477](https://github.com/trinodb/trino-python-client/issues/477))

#477

@hashhar
Copy link
Member Author

hashhar commented Sep 26, 2024

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

#473, #474

@hashhar
Copy link
Member Author

hashhar commented Sep 26, 2024

* Add retries on HTTP 429 error from Trino or a gateway/proxy using the `Retry-After` HTTP header in the response.
  ([#457](https://github.com/trinodb/trino-python-client/issues/457))

#455, #457

@hashhar
Copy link
Member Author

hashhar commented Sep 26, 2024

* Fix parsing of `cert` and `key` from SQLAlchemy connection URI.
  ([#478](https://github.com/trinodb/trino-python-client/issues/478))

#478

@hashhar
Copy link
Member Author

hashhar commented Sep 26, 2024

* Fix parsing of multi-valued `WWW-Authenticate` HTTP headers.
  ([#484](https://github.com/trinodb/trino-python-client/issues/484))

#484, #485

@hashhar
Copy link
Member Author

hashhar commented Sep 26, 2024

* Fix SQLAlchemy `get_indexes` implementation to return partition column names for Hive connector instead of returning column names of the `<table>$partitions` table.
  ([#476](https://github.com/trinodb/trino-python-client/issues/476))

#476, #486

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

Successfully merging a pull request may close this issue.

1 participant