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.323.0 #342

Closed
hashhar opened this issue Mar 3, 2023 · 6 comments · Fixed by #369
Closed

Release notes for 0.323.0 #342

hashhar opened this issue Mar 3, 2023 · 6 comments · Fixed by #369
Labels
release-notes Release notes PR for next release

Comments

@hashhar
Copy link
Member

hashhar commented Mar 3, 2023

```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 Mar 3, 2023
@hashhar hashhar pinned this issue Mar 3, 2023
@hashhar
Copy link
Member Author

hashhar commented Mar 31, 2023

* Allow accessing `ROW` type fields using their names in addition to their indices.
  ([#338](https://github.com/trinodb/trino-python-client/issues/338))

#335, #338

@hashhar
Copy link
Member Author

hashhar commented Apr 10, 2023

* Fix handling of `Decimal` params which use scientific notation.
  ([#347](https://github.com/trinodb/trino-python-client/issues/347))

#347,#351

@hashhar
Copy link
Member Author

hashhar commented Apr 10, 2023

* Interpret `roles` without catalog name as system roles for convenience.
  ([#341](https://github.com/trinodb/trino-python-client/issues/341))

#341

@hashhar
Copy link
Member Author

hashhar commented Apr 11, 2023

* Map Trino `UUID` type to Python `uuid.UUID`.
  ([#354](https://github.com/trinodb/trino-python-client/issues/354))

#354

@hashhar
Copy link
Member Author

hashhar commented Apr 18, 2023

* Support using timezone aware `datetime.time` params in prepared statements.
  ([#360](https://github.com/trinodb/trino-python-client/issues/360))

#360

@hashhar
Copy link
Member Author

hashhar commented Apr 27, 2023

* Map `sqlalchemy.Uuid` type to Trino `UUID`.
  ([#359](https://github.com/trinodb/trino-python-client/issues/359))

#359,#331

@hashhar hashhar unpinned this issue May 2, 2023
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