Add What's New item about uuids.max_count option
Project: http://git-wip-us.apache.org/repos/asf/couchdb-documentation/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-documentation/commit/1b5c08b2 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-documentation/tree/1b5c08b2 Diff: http://git-wip-us.apache.org/repos/asf/couchdb-documentation/diff/1b5c08b2 Branch: refs/heads/import-master Commit: 1b5c08b2a40aa885f08d8112a56f174374ce234e Parents: c356d6c Author: Dirkjan Ochtman <[email protected]> Authored: Thu Mar 27 13:51:40 2014 +0100 Committer: Dirkjan Ochtman <[email protected]> Committed: Tue Apr 1 19:35:20 2014 +0200 ---------------------------------------------------------------------- src/whatsnew/1.5.rst | 9 +++++++++ 1 file changed, 9 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-documentation/blob/1b5c08b2/src/whatsnew/1.5.rst ---------------------------------------------------------------------- diff --git a/src/whatsnew/1.5.rst b/src/whatsnew/1.5.rst index 0672bc8..7f2d750 100644 --- a/src/whatsnew/1.5.rst +++ b/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
