trinodb / trino-python-client

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

Release notes for 0.325.0 #377

Closed hashhar closed 1 year ago

hashhar commented 1 year ago
```markdown
* <release note text>
  ([#NNN](https://github.com/trinodb/trino-python-client/issues/NNN))
```
hashhar commented 1 year ago
* Queries with parameters now uses `EXECUTE IMMEDIATE` instead of `PREPARE`,
  `EXECUTE` and `DEALLOCATE` if the server supports `EXECUTE IMMEDIATE`. If you
  want to revert to older mechanism set the kwarg `legacy_prepared_statements`
  to `True`.
  ([#375](https://github.com/trinodb/trino-python-client/issues/375))

375

hashhar commented 1 year ago
* Update minimum required `requests` library version to `2.31.0`.
  ([#376](https://github.com/trinodb/trino-python-client/issues/376))

376