浏览 211
分享
16.7. 1.5.x Branch
Warning
Version 1.5.1 contains important security fixes. Previous _1.5.x_releases are not recommended for regular usage.
16.7.1. Version 1.5.1
- Add the
max_count
option (UUIDs Configuration) to allow rate-limitingthe amount of UUIDs that can be requested from the /_uuidshandler in a single request (CVE 2014-2668).
16.7.2. Version 1.5.0
- COUCHDB-1781: The official documentation has been overhauled. A lot ofcontent from other sources have been merged, and the index pagehas been rebuilt to make the docs much more accessible.#54813a7
- A new administration UI, codenamed Fauxton, has been included as anexperimental preview. It can be accessed at
/_utils/fauxton/
. Thereare too many improvements here to list them all. We are looking forfeedback from the community on this preview release. - COUCHDB-1888: Fixed an issue where admin users would be restricted bythe
public_fields
feature. - Fixed an issue with the JavaScript CLI test runner. #be76882,#54813a7
- COUCHDB-1867: An experimental plugin feature has been added. See
src/couch_plugin/README.md
for details. We invite the community totest and report any findings. - COUCHDB-1894: An experimental Node.js-based query server runtimehas been added. See Experimental Features for details. We invite thecommunity to test and report any findings.
- COUCHDB-1901: Better retry mechanism for transferring attachmentsduring replication. #4ca2cec
评论列表