[ANNOUNCE] Apache CouchDB 1.3.0 released

15 views
Skip to first unread message

Noah Slater

unread,
Apr 9, 2013, 2:43:21 PM4/9/13
to anno...@apache.org, anno...@couchdb.apache.org, us...@couchdb.apache.org, d...@couchdb.apache.org
Dear community,

Apache CouchDB 1.3.0 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 release comes with a CouchDB manual, hosted directly out of Futon. A
PDF version of the manual is also distributed.

This is a feature release.

These release notes are based on the CHANGES file.

HTTP Interface

* No longer rewrites the X-CouchDB-Requested-Path during recursive
calls to the rewriter.

* Limit recursion depth in the URL rewriter.

Defaults to a maximum of 100 invocations but is configurable.

* Fix _session for IE7.

* Added Server-Sent Events protocol to db changes API.

See http://www.w3.org/TR/eventsource/ for details.

* Make password hashing synchronous when using the /_config/admins API.

* Include user name in show/list ETags.

* Experimental support for Cross-Origin Resource Sharing (CORS).

See http://www.w3.org/TR/cors/ for details.

Replicator

* The replicator will use a new server-wide UUID in checkpoint IDs to
improve the chances of an efficient resume.

Storage System

* Fixed unnecessary conflict when deleting and creating a document in
the same batch.

View Server

* Additional response headers may be varied prior to send().

* GetRow() is now side-effect free.

Futon

* Disabled the link to the Futon test suite.

These tests were causing problems when run from a browser, and are
now available via the CLI instead.

* Added view request duration to Futon.

* Disable buttons for actions that the user doesn't have permissions
to.

Security

* Passwords are now hashed using the PBKDF2 algorithm with a
configurable work factor.

Test Suite

* Moved the JS test suite to the CLI.

* Improved tracebacks printed by the JS CLI tests.

* Improved the reliability of a number of tests.

UUID Algorithms

* Added the utc_id algorithm.

URL Rewriter & Vhosts

* Database name is encoded during rewriting (allowing embedded /'s,
etc).

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

Build System

* C/C++ compiler detection has been improved.

* Autoconf v2.63 is now required if building from Git checkout
directly.

See DEVELOPERS file for more details.

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

On behalf of the CouchDB PMC,

--
NS

Alexander Gabriel

unread,
Apr 9, 2013, 5:11:03 PM4/9/13
to us...@couchdb.apache.org
thanks for the great work
I'm blown away by the replication speed recently. There must have been a
big improvement probably with version 1.2.1
Alex



2013/4/9 Noah Slater <nsl...@apache.org>

Andrey Kuprianov

unread,
Apr 9, 2013, 9:41:51 PM4/9/13
to us...@couchdb.apache.org
Thank guys!

Andrey Kuprianov

unread,
Apr 9, 2013, 9:47:45 PM4/9/13
to us...@couchdb.apache.org
Btw, are multiple ranges supported in this release?

Robert Newson

unread,
Apr 9, 2013, 10:18:16 PM4/9/13
to us...@couchdb.apache.org
"multiple ranges" meaning curl -H 'Range: bytes=0-1,1-2'? This has
been supported for a long time.

B.

Stanley Iriele

unread,
Apr 9, 2013, 10:20:31 PM4/9/13
to us...@couchdb.apache.org
I think multiple startkey end key pairs... Like...an array of Starkey
endkey pairs for views

Andrey Kuprianov

unread,
Apr 9, 2013, 10:21:53 PM4/9/13
to us...@couchdb.apache.org
Sorry for confusion. No, I was meaning multiple startkey and endkey pairs.
The issue (COUCHDB-523 <https://issues.apache.org/jira/browse/COUCHDB-523>) was
there listed under 1.3 prior to release and it's still listed there as
unresolved. But then 1.3 is listed as unreleased. So I was wondering...

Andrey Kuprianov

unread,
Apr 9, 2013, 10:22:16 PM4/9/13
to us...@couchdb.apache.org
What Stanley said...

Robert Newson

unread,
Apr 9, 2013, 10:26:10 PM4/9/13
to us...@couchdb.apache.org
Ah, gotcha. I've removed the Fix Version setting for 523, it's misleading.

The bigcouch merge will bring multiple startkey/endkeys for POST,
since we implemented it at Cloudant ages ago. So, it's coming.

B.

Andrey Kuprianov

unread,
Apr 9, 2013, 10:28:00 PM4/9/13
to us...@couchdb.apache.org
So, version 2.0.x then? Very much looking forward to that!

Manokaran K

unread,
Apr 10, 2013, 12:29:50 AM4/10/13
to us...@couchdb.apache.org
Congratulations everyone. Great going.


On Wed, Apr 10, 2013 at 7:58 AM, Andrey Kuprianov <
--
Lord, give us the wisdom to utter words that are gentle and tender, for
tomorrow we may have to eat them.
-Sen. Morris Udall

Stanley Iriele

unread,
Apr 12, 2013, 6:46:02 PM4/12/13
to us...@couchdb.apache.org
A little late for me....but has the problem with rewrites formats been
fixed?...
http://mail-archives.apache.org/mod_mbox/couchdb-dev/201207.mbox/%3C1459224924.110595.1343399314862.JavaMail.jiratomcat@issues-vm%3E

Basically formats are not respected when nested in arrays

Noah Slater

unread,
Apr 24, 2013, 8:13:52 AM4/24/13
to us...@couchdb.apache.org
Stanley, that ticket is still in an "unresolved" state, so I am guessing
not.

Do you have a patch that fixes it? I can help you get it applied and we can
ship it in the next release.
--
NS
Reply all
Reply to author
Forward
0 new messages