diff options
author | Jan Lehnardt <jan@apache.org> | 2008-06-05 22:04:37 +0000 |
---|---|---|
committer | Jan Lehnardt <jan@apache.org> | 2008-06-05 22:04:37 +0000 |
commit | 43776b676961ec093556fa5693298463ecee2ff5 (patch) | |
tree | c9acdd03166655f9524c7d32414cf248f38ed363 /NEWS | |
parent | fd75e20e6342be17c9cfc785d282e275d10f8244 (diff) |
update news in preparation for 0.8.0
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@663759 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 21 |
1 files changed, 21 insertions, 0 deletions
@@ -1,6 +1,27 @@ Apache CouchDB NEWS =================== +Version 0.8.0 +------------- +This version is the first released under the patronage of the Apache +Software Foundation Incubator. + + * Swapped out Erlang's inets HTTP server for the Mochiweb HTTP server. Re- + moved couch_httpd.ini in the process. + * Added support for incremental map/reduce view definitions. + * Changed database file format. + * Changed _design document syntax and view HTTP API to accommodate + incremental map/reduce. + * Changed format of bulk requests to reflect that they are now atomic. + * Renamed the map() function in view definitions to emit() to avoid + confusion. + * Stripped the mime-type prefix from "Couch Query Server" entries in + couch.ini. + * Added bits of awesome. + +See http://wiki.apache.org/couchdb/BreakingChanges for a more detailed +description of the changes. + Version 0.7.3a -------------- |