This is an automated email from the ASF dual-hosted git repository.
wohali pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/couchdb-documentation.git
The following commit(s) were added to refs/heads/master by this push:
new b7b1f24 Document update_notification removal (#304)
b7b1f24 is described below
commit b7b1f24426f9572808ad991bde207f29a0f37b28
Author: Joan Touzet <[email protected]>
AuthorDate: Tue Jul 31 18:56:10 2018 -0400
Document update_notification removal (#304)
---
src/whatsnew/2.2.rst | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/src/whatsnew/2.2.rst b/src/whatsnew/2.2.rst
index 7bd6c02..6328b4d 100644
--- a/src/whatsnew/2.2.rst
+++ b/src/whatsnew/2.2.rst
@@ -81,6 +81,11 @@ Upgrade Notes
``couch_httpd_auth`` version, as ``couch_httpd`` is in the process of being
deprecated
completely.
+* :ghissue:`1476`, :ghissue:`1477`: The obsolete `update_notification`
feature, which
+ was replaced by `/{db}/_changes` feeds c. CouchDB 1.2, has been completely
removed.
+ This feature never worked in 2.0 for databases, only for shards, making it
effectively
+ useless.
+
Version 2.2.0
=============