
CouchDB is a web-based database management application. It allows you to store your data with JSON documents and access them though your web browser. CouchDB comes with a suite of features, such as on-the-fly document transformation and real-time change notifications, that makes web app development a breeze.
v1.3 [Apr 23, 2013]
Tolerate missing source and target fields in _replicator docs (COUCHDB-1788).
Don't log about missing .compact files.
Fix bug in WARN level logging from 1.3.0 (COUCHDB-1794).
View Server:
* Fix the -S option to couchjs to increase memory limits (COUCHDB-1792).
Misc:
* Improve documentation: better structure, improve language, less duplication.
* Improvements to test suite and VPATH build system.