Apache CouchDB 1.2.2 Released

Apache CouchDB 1.2.2 has been released and is available for download.

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 even serve web apps directly out of CouchDB. And you can distribute your data, or your apps, efficiently using CouchDB’s incremental replication. CouchDB supports master-master setups with automatic conflict detection.

Grab your copy here:

http://couchdb.apache.org/

Pre-built packages for Windows and OS X are available.

This is a bugfix release

These release notes are based on the CHANGES file.

HTTP Interface

  • Reset rewrite counter on new request, avoiding unnecessary request failures due to bogus rewrite limit reports.

Build System

  • Fixed issue in couchdb script where stopped status returns before process exits.

Apache CouchDB 1.1.2 Released

Apache CouchDB 1.1.2 has been released and is available for download.

Grab your copy here:

http://www.apache.org/dyn/closer.cgi?path=/couchdb/1.1.2/apache-couchdb-1.1.2.tar.gz

These release notes are based on the NEWS file.

HTTP Interface

  • ETag of attachment changes only when the attachment changes, not the document.
  • Fix retrieval of headers larger than 4k.
  • Allow OPTIONS HTTP method for list requests.
  • Don’t attempt to encode invalid json.

Replicator

  • Fix pull replication of documents with many revisions.
  • Fix replication from an HTTP source to an HTTP target.

View Server

  • Avoid invalidating view indexes when running out of file descriptors.

Log System

  • Improvements to log messages for file-related errors.

Build System

  • Windows: don’t ln the couchjs install target.
  • Windows: remove icu version dependency.
  • Improve SpiderMonkey version detection.

More Information

See the CHANGES file and the Git commit log for more information.