summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Newson <rnewson@apache.org>2022-11-24 16:44:07 +0000
committerGitHub <noreply@github.com>2022-11-24 16:44:07 +0000
commit749474c3759a8d23f1980df3cdb9875d463b332c (patch)
treee07d59d2cba5f8aed44025b272d689607f70cea2
parent3c24731a5e49bbb4a1d1f407f11f141ca8698e6c (diff)
parenta37671b72e29dc4019f8538ea298cc0b7c9bf1a2 (diff)
downloadcouchdb-749474c3759a8d23f1980df3cdb9875d463b332c.tar.gz
Merge pull request #4275 from apache/node-local-warning
add warning about misapprehending the node-local interface
-rw-r--r--src/docs/src/whatsnew/3.0.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/docs/src/whatsnew/3.0.rst b/src/docs/src/whatsnew/3.0.rst
index b70c4185f..3800a4dfd 100644
--- a/src/docs/src/whatsnew/3.0.rst
+++ b/src/docs/src/whatsnew/3.0.rst
@@ -61,6 +61,11 @@ Upgrade Notes
...and so on. Documentation has been updated to reflect this change.
+ .. warning::
+ The _node endpoint is for adminstrative purposes it is NOT
+ intended as an alternative to the regular endpoints ("GET
+ /dbname", "PUT /dbname/docid" and so on)
+
* :ghissue:`2389`: CouchDB 3.0 now requires a server admin user to be defined at
startup, or will print an error message and exit. If you do not have one, be sure
to :ref:`create an admin user<config/admins>`. (The Admin Party is now over.)