From cba1047b9e318bc450be72ab9dfb302aac8e4a78 Mon Sep 17 00:00:00 2001 From: "Petter A. Urkedal" Date: Wed, 21 Sep 2022 16:37:06 +0200 Subject: [PATCH] Prepare 1.9.1. --- CHANGES.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 9d00215d..a4bd07c7 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,13 @@ +## v1.9.1 - 2022-09-21 + +This release only updates the caqti-driver-postgresql package, with the +following fixes: + + - PostgreSQL expects "=" in query values to be URI-encoded (#95). + + - The validation logic for PostgreSQL was missing a call to consume + available input, meaning that broken pooled connections were reused. + ## v1.9.0 - 2022-09-06 New features: