1.8. 1.7.x Branch
1.8.2.1. Bug Fix
- : Fix access to /db/_all_docs for database members.
1.8.3.1. Security
: Return username on POST /_session.
: Fix duplicated Content-Type for show/update functions.
COUCHDB-2310: Implement .
COUCHDB-2375: returned when invalid revision specified.
COUCHDB-2845: returned when revs is not a list.
1.8.3.3. Build
: Replace etap test suite with EUnit.
COUCHDB-2225: Enforce that shared libraries can be built by the system.
: Support Erlang 18.
#5b9742c: Support Erlang 19.
: Remove broken benchmarks.
1.8.3.4. Database Core
: Improve checks for db admin/member.
COUCHDB-2735: Duplicate document _ids created under high edit load.
: Improve documentation of cacert_file ssl option.
#75887d9: Improve CouchDB Replication Protocol definition.
: Remove mention of group_level=exact.
#2a11daa: Remove mention of “Test Suite” in Futon.
: Clarify type of key, startkey and endkey params.
1.8.3.6. Futon
: Run replication filtered by document ids from Futon.
COUCHDB-1275: Unescape database names in Futon recently used list.
: Update jquery.ui to 1.10.4 with fixes of potential XSS issues.
1.8.3.7. HTTP Server
: Disable Nagle’s algorithm by default.
COUCHDB-2583: Don’t drop connection by the endpoints which doesn’t require any payload.
: Properly escape Location: HTTP header.
COUCHDB-2677: Wrong Expires header weekday.
: Bind both to IPv4 and IPv6.
#f30f3dd: Support for user configurable SSL ciphers.
: Custom response headers from design functions get merged with default ones.
#7779c11: Upgrade Coffeescript to version 1.10.
1.8.3.9. jquery.couch.js
- #f9095e7: Fix document copying.