From b3f0dddbcf20e2c97b989f7368c70fee70be6818 Mon Sep 17 00:00:00 2001 From: Brian Carlson Date: Tue, 4 Jun 2024 11:21:07 -0500 Subject: [PATCH] Update changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bf05426e..362c1753 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ For richer information consult the commit log on github with referenced pull req We do not include break-fix version release in this file. +## pg@8.12.0 + +- Add `queryMode` config option to [force use of the extended query protocol](https://github.com/brianc/node-postgres/pull/3214) on queries without any parameters. + ## pg-pool@8.10.0 - Emit `release` event when client is returned to [the pool](https://github.com/brianc/node-postgres/pull/2845).