From fac797c7662f7745dbd3c7c22eb797371eecf5e6 Mon Sep 17 00:00:00 2001 From: steve-chavez Date: Wed, 7 Jun 2023 18:22:13 -0500 Subject: [PATCH] changelog: clarify 2781 --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b9ccda122..954d56198 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,7 +14,8 @@ This project adheres to [Semantic Versioning](http://semver.org/). - #2703, Add pre-config function - @steve-chavez + New config option `db-pre-config`(empty by default) + Allows using the in-database configuration without SUPERUSER - - #2781, Start automatic connection recovery when pool connections are closed with pg_terminate_backend - @steve-chavez + - #2781, When `db-channel-enabled` is false, start automatic connection recovery on a new request when pool connections are closed with `pg_terminate_backend` - @steve-chavez + + Mitigates the lack of LISTEN/NOTIFY for schema cache reloading on read replicas. ### Fixed