From d7122c731d75c2d8461e0d1fe294f403990621f1 Mon Sep 17 00:00:00 2001 From: Ashhar Hasan Date: Tue, 30 May 2023 17:30:25 +0530 Subject: [PATCH] Release notes for 0.326.0 Fixes https://github.com/trinodb/trino-python-client/issues/379 --- CHANGES.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index fc67ab4c..3da5b839 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -6,6 +6,15 @@ list](https://github.com/trinodb/trino-python-client/tags), the [README](https://github.com/trinodb/trino-python-client/blob/master/README.md) and the [PyPI page](https://pypi.org/project/trino/). +## Release 0.326.0 + +* Fix SQLAlchemy URL failing to parse if `legacy_prepared_statements` parameter + was specified. + ([#380](https://github.com/trinodb/trino-python-client/issues/380)) +* Fix more than required `EXECUTE IMMEDIATE` queries being executed when + `legacy_prepared_statements` parameter wasn't explicitly set. + ([#380](https://github.com/trinodb/trino-python-client/issues/380)) + ## Release 0.325.0 * Queries with parameters now uses `EXECUTE IMMEDIATE` instead of `PREPARE`,