summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>2019-05-12 23:29:22 +0900
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>2019-05-12 23:48:51 +0900
commitb79895186cff87c5f0da29dc5c22475411809644 (patch)
treeba0be3a911da5e1b03da341d8ed1f035c03aa68d /NEWS
parent90755e6f13a608e8b93238e676086d355aa111db (diff)
downloadpsycopg2-b79895186cff87c5f0da29dc5c22475411809644.tar.gz
Added news entry about smart replication feedback
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS9
1 files changed, 9 insertions, 0 deletions
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
^^^^^^^^^^^^^^^^^^^^^^^^^^^