Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Remove inaccurate and outdated info; link to ASF resource for release verification

...

Info
titleBecome a contributor

You need to be added as a contributor to edit the wiki. But don't worry! Just email any Mailing List or grab us on IRC and let us know your user name.

Supported Releases

1.6.0

May 6th, 2014

apache-couchdb-1.6.0.tar.gz [ OpenPGP ] [ MD5 ] [ SHA ]

1.5.1

March 27th, 2014

apache-couchdb-1.5.1.tar.gz [ OpenPGP ] [ MD5 ] [ SHA ]

1.5.0 

November 6th, 2013  

apache-couchdb-1.5.0.tar.gz [ OpenPGP ] [ MD5 ] [ SHA ]  

Release Support Policy

  CouchDB uses semantic versioning, so, in a nutshell:  

  • X.Y.Z equates to major version, minor version, and patch version. 
  • The major version will be incremented every time we make backwards incompatible changes. 
  • The minor version will be incremented every time we add backwards compatible features. 
  • The patch version will be incremented every time we add backwards compatible fixes.  

We will support each major version for 12 months. So, if 1.0.0 was released on 2010-01-01, then we would add features and fixes to it until 2011-01-01. After 12 months have passed, we may continue to release fixes for critical security issues, but these will be in the form of actual patches.  

Note that the upgrade path for minor versions is to update the latest minor version. We will not continue to release patch versions for an old minor version. That is, 1.1.0 immediately supersedes 1.0.x, and no more fixes will be made on the 1.0.x line. Similarly, 1.2.0 immediately supersedes 1.1.x.  

Archived Releases

Please visit https://couchdb.apache.org/ for the currently available and supported releases.

Apache release policy states: "Each project's distribution directory SHOULD contain the latest release in each branch that is currently under development. When development ceases on a version branch, releases of that branch SHOULD be removed."

Release Support Policy

TL;DR: If you don't see the release in the main CouchDB distribution directory, it is no longer supported.

As of 2019, CouchDB supports the latest version of CouchDB in the 2.x line. Prior 2.x versions, as well as the 1.x line, have been deprecated due to security issues.

When a security-related release occurs, affected versions are immediately deprecated and no longer supported by the CouchDB team. In rare occasions, older version branches will be maintained with security patches.

Apache release policy states: "Each project's distribution directory SHOULD contain the latest release in each branch that is currently under development. When development ceases on a version branch, releases of that branch SHOULD be removed."

Archived Releases

 Old Apache CouchDB releases can be found in the Apache CouchDB archive.  

...

When downloading from a mirror please check the MD5 and SHA checksums as well as verifying the OpenPGP compatible signature available from the main Apache site. The KEYS file contains the public keys used for signing release. It is recommended that a web of trust is used to confirm the identity of these keys.  

You can check the OpenPGP signature with:  

Code Block
gpg --verify apache-couchdb-*.tar.gz.asc

You can check the MD5 checksum with:  

Code Block
md5sum --check apache-couchdb-*.tar.gz.md5

You can check the SHA checksum with:  

...

The Apache Software Foundation provides this page to assist you in verifying a CouchDB release.