You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@couchdb.apache.org by Joan Touzet <wo...@apache.org> on 2018/07/10 18:19:44 UTC

[ANNOUNCE] Apache CouchDB 1.7.2 released

Dear community,

Apache CouchDB 1.7.2 has been released and is available for download. This is the final CouchDB 1.x release.

CouchDB is a database that completely embraces the web. Store your data with JSON documents. Access your documents with your web browser, via HTTP. Query, combine, and transform your documents with JavaScript. CouchDB works well with modern web and mobile apps. You can distribute your data, efficiently using CouchDB’s incremental replication. CouchDB supports master-master setups with automatic conflict detection.

CouchDB comes with a suite of features, such as on-the-fly document transformation and real-time change notifications, that make web development a breeze. It even comes with an easy to use web administration console, served directly out of CouchDB! We care a lot about distributed scaling. CouchDB is highly available and partition tolerant, but is also eventually consistent. And we care a lot about your data. CouchDB has a fault-tolerant storage engine that puts the safety of your data first.

Download your copy here:

    https://couchdb.apache.org/#download

Pre-built binaries for various platforms will be available in the near future.

CouchDB 1.7.2 is a security release, and was originally published on 2018-07-10.

The community would like to thank all contributors for their part in making this release, from the smallest bug report or patch to major contributions in code, design, or marketing, we couldn’t have done it without you!

The release notes follow.

Address CVE-2018-8007: Authenticated privilege escalation. See http://blog.couchdb.org/2018/07/11/cve-2018-8007 for details

On behalf of the CouchDB PMC,
Joan