You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by dj...@apache.org on 2014/03/27 13:51:52 UTC

[1/2] couchdb commit: updated refs/heads/1.5.x to 5fca795

Repository: couchdb
Updated Branches:
  refs/heads/1.5.x 75e856b16 -> 5fca7956e


Add documentation for new uuids.max_count option


Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/43b05b91
Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/43b05b91
Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/43b05b91

Branch: refs/heads/1.5.x
Commit: 43b05b91d80d89afe9bf29f989065cfaf8239841
Parents: 75e856b
Author: Dirkjan Ochtman <di...@ochtman.nl>
Authored: Thu Mar 27 13:51:19 2014 +0100
Committer: Dirkjan Ochtman <di...@ochtman.nl>
Committed: Thu Mar 27 13:51:19 2014 +0100

----------------------------------------------------------------------
 share/doc/src/config/misc.rst | 11 +++++++++++
 1 file changed, 11 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/43b05b91/share/doc/src/config/misc.rst
----------------------------------------------------------------------
diff --git a/share/doc/src/config/misc.rst b/share/doc/src/config/misc.rst
index 753d0e2..58d079c 100644
--- a/share/doc/src/config/misc.rst
+++ b/share/doc/src/config/misc.rst
@@ -202,6 +202,17 @@ UUIDs Configuration
       [uuid]
       utc_id_suffix = my-awesome-suffix
 
+  .. config:option:: max_count :: Per-Request UUID Limit
+
+    .. versionadded:: 1.5.1
+
+    No more than this number of UUIDs will be sent in a single request. If
+    more UUIDs are requested, an HTTP error response will be thrown.
+
+    ::
+
+      [uuid]
+      max_count = 1000
 
 
 .. _config/vendor:


[2/2] couchdb commit: updated refs/heads/1.5.x to 5fca795

Posted by dj...@apache.org.
Add What's New item about uuids.max_count option


Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/5fca7956
Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/5fca7956
Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/5fca7956

Branch: refs/heads/1.5.x
Commit: 5fca7956e353f3aa5a40f1e35941560b32637f77
Parents: 43b05b9
Author: Dirkjan Ochtman <di...@ochtman.nl>
Authored: Thu Mar 27 13:51:40 2014 +0100
Committer: Dirkjan Ochtman <di...@ochtman.nl>
Committed: Thu Mar 27 13:51:40 2014 +0100

----------------------------------------------------------------------
 share/doc/src/whatsnew/1.5.rst | 9 +++++++++
 1 file changed, 9 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/5fca7956/share/doc/src/whatsnew/1.5.rst
----------------------------------------------------------------------
diff --git a/share/doc/src/whatsnew/1.5.rst b/share/doc/src/whatsnew/1.5.rst
index 0672bc8..7f2d750 100644
--- a/share/doc/src/whatsnew/1.5.rst
+++ b/share/doc/src/whatsnew/1.5.rst
@@ -21,6 +21,15 @@
    :depth: 1
    :local:
 
+.. _release/1.5.1:
+
+Version 1.5.1
+=============
+
+* Add the ``max_count`` option (:ref:`config/uuids`) to allow rate-limiting
+  the amount of UUIDs that can be requested from the :ref:`api/server/uuids`
+  handler in a single request.
+
 .. _release/1.5.0:
 
 Version 1.5.0