1.8. 1.7.x Branch
1.8.2.1. Bug Fix
- #974: Fix access to /db/_all_docs for database members.
1.8.3.1. Security
- COUCHDB-1356: Return username on .
- COUCHDB-1876: Fix duplicated Content-Type for show/update functions.
- : Implement POST /{db}/_bulk_get.
- : 400 Bad Request returned when invalid revision specified.
- : 400 Bad Request returned when revs is not a list.
1.8.3.3. Build
- COUCHDB-1964: Replace etap test suite with EUnit.
- : Enforce that shared libraries can be built by the system.
- COUCHDB-2761: Support glibc >= 2.20.
- : 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
- : Support document copying.
- COUCHDB-1011: Run replication filtered by document ids from Futon.
- : Unescape database names in Futon recently used list.
- #f18f82a: Update jquery.ui to 1.10.4 with fixes of potential XSS issues.
1.8.3.7. HTTP Server
- COUCHDB-2430: Disable Nagle’s algorithm by default.
- : Don’t drop connection by the endpoints which doesn’t require any payload.
- COUCHDB-2673: Properly escape Location: HTTP header.
- : Wrong Expires header weekday.
- COUCHDB-2783: Bind both to IPv4 and IPv6.
- : Support for user configurable SSL ciphers.
- COUCHDB-1447: Custom response headers from design functions get merged with default ones.
- : Upgrade Coffeescript to version 1.10.
1.8.3.9. jquery.couch.js
- : Fix document copying.