summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFilipe David Borba Manana <fdmanana@apache.org>2011-11-28 12:52:11 +0000
committerFilipe David Borba Manana <fdmanana@apache.org>2011-11-28 12:52:11 +0000
commit4d9f690daa477090a8afd1b649024e5ccf546570 (patch)
tree507b73a310107f6a52752c17518b8f487bb74738
parentd159dba5620060dcec00c9a877c00a699d6087bc (diff)
downloadcouchdb-4d9f690daa477090a8afd1b649024e5ccf546570.tar.gz
Update CHANGES & NEWS to reflect COUCHDB-1289
-rw-r--r--CHANGES3
-rw-r--r--NEWS2
2 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index b5a55fa0d..586cf72ea 100644
--- a/CHANGES
+++ b/CHANGES
@@ -36,6 +36,9 @@ HTTP Interface:
* The _active_tasks API now offers more granular fields. Each
task type is now able to expose different properties.
* Added built-in changes feed filter `_view`.
+ * Fixes to the `_changes` feed heartbeat option which caused
+ heartbeats to be missed when used with a filter. This caused
+ timeouts of continuous pull replications with a filter.
Replicator:
diff --git a/NEWS b/NEWS
index 1d7e5c408..ca54e04f9 100644
--- a/NEWS
+++ b/NEWS
@@ -44,6 +44,8 @@ This version has not been released yet.
* Fixed old index file descriptor leaks after a view cleanup.
* Performance improvements for the built-in changes feed filters
`_doc_ids` and `_design`.
+ * Fixes to the `_changes` feed heartbeat option when combined with
+ a filter. It affected continuous pull replications with a filter.
Version 1.1.2
-------------