CouchDB 0.7.0
The CouchDB development team is proud to announce CouchDB version 0.7.0 is now available at http://code.google.com/p/couchdb/downloads/list.
This release is a major milestone in the project's history.
Key features include:
- a REST API using JSON instead of XML for data transport,
- a JavaScript view engine based on Mozilla Spidermonkey,
- a GNU Autotools build system supporting most POSIX systems (Noah Slater) ,
- a built-in administration interface (Christopher Lenz),
- experimental fulltext search with Lucene (Jan Lehnardt) and
- countless tweeks, enhancements and other small refinements.
Version 0.7.0 is the first CouchDB release that is intended for widespread use.
The programming interface is now stable enough to encourage application development on top of CouchDB. Please remember that it is still 'alpha software' and that some features may be changed or removed in a future release.
Due to a current limitation in the Erlang/OTP filesystem driver a CouchDB database file can not grow beyond 2 gigabytes in size. This is not a limitation in CouchDB itself, but in the standard library it uses. This problem will be addressed in a future release.
Special Thanks to William Beh, Jan Lehnardt, Roger Leigh, Christopher Lenz, Sam Ruby, Dirk Schalge, Noah Slater and Carlos Valiente.
Posted November 16, 2007 10:11 PM
Comments
Great to hear. I've been using the RC for a bit now, and this iteration really has been where I was actually able to do something constructive and tangible with it. (Still in development, anyways.)
I'd like to know what you have in mind as far as implementing permissions and authentication and even ownership, etc. I haven't seen anything about it, then again I haven't looked exceptionally hard... just through the Wiki.
Matt Todd, November 19, 2007 4:40 AM
Great! Looking forward to test it .
brgds Jesper Kiaer
http://www.jezzper.com
Jesper Kiaer, November 19, 2007 4:43 AM
Where did the PHP library go? The one mentioned on:
http://www.couchdbwiki.com/index.php?title=CouchDb_PHP_Hello_World_Tutorial
The link (http://couchdb.googlecode.com/svn/trunk/CouchProjects/Libraries/CouchDb-PHP-Library.tar.gz) seems broken and I did not find the library in the release (but perhaps I did not search enough..)
luniki, November 22, 2007 12:37 PM