blob: 76a972e1210e28ada0ceee41f00724951e1e80bc [file] [log] [blame]
---
layout: post
status: PUBLISHED
published: true
title: Apache CouchDB 1.6.0 Released
id: 542c8c83-b8e4-4f9f-9ab6-5cb17f50decb
date: '2014-06-10 17:17:51 -0400'
categories: couchdb
tags: []
permalink: couchdb/entry/apache_couchdb_1_6_0
---
<p>Apache CouchDB 1.6.0 has been released and is available for download.</p>
<p>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&rsquo;s incremental replication. CouchDB supports master-master setups with automatic conflict detection.</p>
<p>Grab your copy here:</p>
<blockquote><p>
<a href="http://couchdb.apache.org/">http://couchdb.apache.org/</a>
</p></blockquote>
<p>Pre-built packages for Windows and OS X are available.</p>
<p><em>CouchDB 1.6.0 is a feature release, and was originally published on 2014-06-10.</em></p>
<p>These release notes are based on the <a href="https://git-wip-us.apache.org/repos/asf?p=couchdb.git;a=blob_plain;f=share/doc/src/whatsnew/1.6.rst;hb=d1bc0a9cfe6e95b166131829b1b154027731a5d8">changelog</a>.</p>
<h4>Upgrade Notes</a></h4>
<p>The <a href="http://docs.couchdb.org/en/latest/api/server/authn.html#api-auth-proxy"><em>Proxy<br />
Authentication</em></a> handler was renamed to <tt>proxy_authentication_handler</tt> to follow the<br />
<tt>*_authentication_handler</tt> form of all other handlers. The old <tt>proxy_authentification_handler</tt><br />
name is marked as deprecated and will be removed in future releases. It&#8217;s strongly recommended<br />
to update the <a href="http://docs.couchdb.org/en/latest/config/http.html#httpd/authentication_handlers" title="authentication_handlers"><tt class="xref config config-option docutils literal">httpd/authentication_handlers</tt></a><br />
option with the new value if you have this handler configured.</p>
</div>
<h4>What's New</h4>
<ul>
<li><a href="https://issues.apache.org/jira/browse/COUCHDB-2200">COUCHDB-2200</a>: support Erlang/OTP 17.0 <a href="https://git-wip-us.apache.org/repos/asf?p=couchdb.git;a=commit;h=35e16032">#35e16032</a></li>
<li>Fauxton: many improvements in our experimental new user interface, including<br />
switching the code editor from CodeMirror to Ace as well as better support<br />
for various browsers.</li>
<li>Add the <tt>max_count</tt> option (<a href="http://docs.couchdb.org/en/latest/config/misc.html#config-uuids"><em>UUIDs Configuration</em></a>) to allow rate-limiting<br />
the amount of UUIDs that can be requested from the <a href="http://docs.couchdb.org/en/latest/api/server/common.html#api-server-uuids"><em>/_uuids</em></a><br />
handler in a single request (<a href="http://docs.couchdb.org/en/latest/cve/2014-2668.html#cve-2014-2668"><em>CVE 2014-2668</em></a>).</li>
<li><a href="https://issues.apache.org/jira/browse/COUCHDB-1986">COUCHDB-1986</a>: increase socket buffer size to improve replication speed<br />
for large documents and attachments, and fix tests on BSD-like systems.<br />
<a href="https://git-wip-us.apache.org/repos/asf?p=couchdb.git;a=commit;h=9a0e561b">#9a0e561b</a></li>
<li><a href="https://issues.apache.org/jira/browse/COUCHDB-1953">COUCHDB-1953</a>: improve performance of multipart/related requests.<br />
<a href="https://git-wip-us.apache.org/repos/asf?p=couchdb.git;a=commit;h=ce3e89dc">#ce3e89dc</a></li>
<li><a href="https://issues.apache.org/jira/browse/COUCHDB-2221">COUCHDB-2221</a>: verify that authentication-related configuration settings<br />
are well-formed. <a href="https://git-wip-us.apache.org/repos/asf?p=couchdb.git;a=commit;h=dbe769c6">#dbe769c6</a></li>
<li><a href="https://issues.apache.org/jira/browse/COUCHDB-1922">COUCHDB-1922</a>: fix CORS exposed headers. <a href="https://git-wip-us.apache.org/repos/asf?p=couchdb.git;a=commit;h=4f619833">#4f619833</a></li>
<li>Rename <tt>proxy_authentification_handler</tt> to <tt>proxy_authentication_handler</tt>.<br />
<a href="https://git-wip-us.apache.org/repos/asf?p=couchdb.git;a=commit;h=c66ac4a8">#c66ac4a8</a></li>
<li><a href="https://issues.apache.org/jira/browse/COUCHDB-1795">COUCHDB-1795</a>: ensure the startup script clears the pid file on termination.<br />
<a href="https://git-wip-us.apache.org/repos/asf?p=couchdb.git;a=commit;h=818ef4f9">#818ef4f9</a></li>
<li><a href="https://issues.apache.org/jira/browse/COUCHDB-1962">COUCHDB-1962</a>: replication can now be performed without having write access<br />
to the source database (<a href="https://git-wip-us.apache.org/repos/asf?p=couchdb.git;a=commit;h=1d5fe2aa">#1d5fe2aa</a>), the replication checkpoint<br />
interval is now configurable (<a href="https://git-wip-us.apache.org/repos/asf?p=couchdb.git;a=commit;h=0693f98e">#0693f98e</a>).</li>
<li><a href="https://issues.apache.org/jira/browse/COUCHDB-2025">COUCHDB-2025</a>: add support for SOCKS5 proxies for replication.<br />
<a href="https://git-wip-us.apache.org/repos/asf?p=couchdb.git;a=commit;h=fcd76c9">#fcd76c9</a></li>
<li><a href="https://issues.apache.org/jira/browse/COUCHDB-1930">COUCHDB-1930</a>: redirect to the correct page after submitting a new document<br />
with a different ID than the one suggested by Futon. <a href="https://git-wip-us.apache.org/repos/asf?p=couchdb.git;a=commit;h=4906b591">#4906b591</a></li>
<li><a href="https://issues.apache.org/jira/browse/COUCHDB-1923">COUCHDB-1923</a>: add support for <cite>attachments</cite> and <cite>att_encoding_info</cite> options<br />
(formerly only available on the documents API) to the view API.<br />
<a href="https://git-wip-us.apache.org/repos/asf?p=couchdb.git;a=commit;h=ca41964b">#ca41964b</a></li>
<li><a href="https://issues.apache.org/jira/browse/COUCHDB-1647">COUCHDB-1647</a>: for failed replications originating from a document in the<br />
<cite>_replicator</cite> database, store the failure reason in the document.<br />
<a href="https://git-wip-us.apache.org/repos/asf?p=couchdb.git;a=commit;h=08cac68b">#08cac68b</a></li>
<li>A number of improvements for the documentation.</li>
</ul>