From 6019c28f6fe06865004a65280b4bde1ea417bd16 Mon Sep 17 00:00:00 2001 From: Michael Banck Date: Tue, 6 Jul 2021 19:53:15 +0200 Subject: [PATCH] * New upstream major release. New features: + Compatibility with PostgreSQL v14 + Failover logical slots + Allowlist for Patroni REST API + Support of replication connections via unix socket + Health check on user-defined tags + Prometheus /metrics endpoint + Reduced chattiness of Patroni logs --- debian/changelog | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 83f5e72..87cd544 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,13 @@ -patroni (2.0.2-2) UNRELEASED; urgency=medium +patroni (2.1.0-1) UNRELEASED; urgency=medium + * New upstream major release. New features: + + Compatibility with PostgreSQL v14 + + Failover logical slots + + Allowlist for Patroni REST API + + Support of replication connections via unix socket + + Health check on user-defined tags + + Prometheus /metrics endpoint + + Reduced chattiness of Patroni logs -- Debian PostgreSQL Maintainers Thu, 04 Mar 2021 09:01:01 +0100