From b79895186cff87c5f0da29dc5c22475411809644 Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Sun, 12 May 2019 23:29:22 +0900 Subject: Added news entry about smart replication feedback --- NEWS | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/NEWS b/NEWS index c2f88d1..4ff4e60 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,15 @@ Current release --------------- +What's new in psycopg 2.8.3 +^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +- Added *interval_status* parameter to + `~psycopg2.extras.ReplicationCursor.start_replication()` method and other + facilities to send automatic replication keepalives at periodic intervals + (:ticket:`#913`). + + What's new in psycopg 2.8.2 ^^^^^^^^^^^^^^^^^^^^^^^^^^^ -- cgit v1.2.1