Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id BDF20200D35 for ; Tue, 7 Nov 2017 17:59:02 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id BCC8F160BEB; Tue, 7 Nov 2017 16:59:02 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 0DB17160BED for ; Tue, 7 Nov 2017 17:59:01 +0100 (CET) Received: (qmail 67149 invoked by uid 500); 7 Nov 2017 16:59:01 -0000 Mailing-List: contact dev-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list dev@couchdb.apache.org Received: (qmail 67138 invoked by uid 99); 7 Nov 2017 16:59:01 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Nov 2017 16:59:01 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 3A23A1A287F for ; Tue, 7 Nov 2017 16:59:00 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 2.397 X-Spam-Level: ** X-Spam-Status: No, score=2.397 tagged_above=-999 required=6.31 tests=[KAM_NUMSUBJECT=0.5, RCVD_IN_DNSWL_LOW=-0.7, SPF_SOFTFAIL=0.972, SUBJ_ALL_CAPS=1.625] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id ZvDl-FR32oWe for ; Tue, 7 Nov 2017 16:58:59 +0000 (UTC) Received: from monoceres.uberspace.de (monoceres.uberspace.de [95.143.172.184]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTPS id D34A160DC8 for ; Tue, 7 Nov 2017 16:58:58 +0000 (UTC) Received: (qmail 11599 invoked from network); 7 Nov 2017 16:58:51 -0000 Received: from localhost (HELO ?10.30.1.3?) (127.0.0.1) by monoceres.uberspace.de with SMTP; 7 Nov 2017 16:58:51 -0000 From: Jan Lehnardt Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Reply-To: dev Mime-Version: 1.0 (Mac OS X Mail 10.3 \(3273\)) Subject: [RELEASE] 2.1.1 & 1.7.0 Message-Id: <17F81FAA-49EF-4D1B-80EE-50AFE7E2991B@apache.org> Date: Tue, 7 Nov 2017 17:58:46 +0100 To: dev , user@couchdb.apache.org, announce@couchdb.apache.org, announce@apache.org, marketing X-Mailer: Apple Mail (2.3273) archived-at: Tue, 07 Nov 2017 16:59:02 -0000 Dear CouchDB Community, The Apache CouchDB development team is proud to announce the immediate availability of versions 2.1.1 and 1.7.0. Both releases are security releases and fix multiple CRITICAL issues. Updates are mandatory. Due to the severity of the issues and the limited options for workarounds, we will delay the release of detailed descriptions by seven (7) days and publish a full report on Tuesday, November 14th. We expect all CouchDB users to update their installations before then. We are working with various package managers to ensure a smooth update path, but we can not make any promises. We advise all users to prepare to update from source, instructions can be found in the CouchDB documentation: http://docs.couchdb.org/en/2.1.1/install/index.html (2.1.1) and https://github.com/apache/couchdb/tree/1.7.0/share/doc/src/install = (1.7.0). For download options, see the download section of the main CouchDB website: http://couchdb.apache.org/#download * * * ## Release Details In addition to the security fix, both releases include a number of = additional features and bugfixes. # New features in 2.1.1 - Support compilation and running under Erlang/OTP 20.x. - Improve compaction speed by 10-40%. - Improve design doc cache performance. - Add support for partial indexes in Mango. - Add bookmark pagination to Mango. - Add execution_stats option to Mango queries for performance analysis. - The cookie domain for AuthSession cookies, used in a proxy = authentication configuration, can now be customised via the ini file - The current node's local interface can now be accessed at = /_node/_local/{endpoint} as well as at = /_node/@/{endpoint}. - Fauxton now uses a version of React with a BSD license. - See the full list here: = https://github.com/apache/couchdb-documentation/blob/0c804c8b15ae0008ee1ef= 042cb812d1e16e4144b/src/whatsnew/2.1.rst#version-2-1-1. # Other Bug Fixes in 2.1.1 - The couch_peruser functionality is now really fixed. Really. - It is now possible to modify shard maps for system databases. - Fix issue on macOS with mounted volumes that have a space in their = name. - 50+ bug fixes and performance improvements, see the full list here: = https://github.com/apache/couchdb-documentation/blob/0c804c8b15ae0008ee1ef= 042cb812d1e16e4144b/src/whatsnew/2.1.rst#version-2-1-1 # New features in 1.7.0 - Support Erlang Versions 18, 19, & 20. - Support glibc >=3D 2.20. - support for the _bulk_get endpoint to improve replication performance = with PouchDB. - Replace etap test suite with EUnit. - Support for user configurable SSL ciphers. - Upgrade Coffeescript to version 1.10. - See the full list here: = http://docs.couchdb.org/en/1.7.0/whatsnew/1.7.html#version-1-7-0 # Other Bug Fixes in 1.7.0 - Disable Nagle=E2=80=99s algorithm by default. - Wrong Expires header weekday. - Bind both to IPv4 and IPv6. - Duplicate document _ids created under high edit load. - See the full list here: = http://docs.couchdb.org/en/1.7.0/whatsnew/1.7.html#version-1-7-0 * * *