Return-Path: Delivered-To: apmail-couchdb-commits-archive@www.apache.org Received: (qmail 80039 invoked from network); 21 Mar 2009 11:38:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 21 Mar 2009 11:38:40 -0000 Received: (qmail 64497 invoked by uid 500); 21 Mar 2009 11:38:40 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 64468 invoked by uid 500); 21 Mar 2009 11:38:40 -0000 Mailing-List: contact commits-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list commits@couchdb.apache.org Received: (qmail 64459 invoked by uid 500); 21 Mar 2009 11:38:40 -0000 Delivered-To: apmail-incubator-couchdb-commits@incubator.apache.org Received: (qmail 64456 invoked by uid 99); 21 Mar 2009 11:38:40 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 21 Mar 2009 04:38:40 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO aurora.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 21 Mar 2009 11:38:39 +0000 Received: from aurora.apache.org (localhost [127.0.0.1]) by aurora.apache.org (8.13.8+Sun/8.13.8) with ESMTP id n2LBcHk5027341 for ; Sat, 21 Mar 2009 11:38:18 GMT Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Apache Wiki To: couchdb-commits@incubator.apache.org Date: Sat, 21 Mar 2009 11:38:17 -0000 Message-ID: <20090321113817.27222.2186@aurora.apache.org> Subject: [Couchdb Wiki] Update of "Breaking changes" by SvenHelmberger X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Couchdb Wiki" for change notification. The following page has been changed by SvenHelmberger: http://wiki.apache.org/couchdb/Breaking_changes ------------------------------------------------------------------------------ This page documents backwards-incompatible changes made during the evolution of CouchDB. While not all such changes will necessarily affect all users, most of them probably will. This page should show you what changed and how you'll need to adapt your code. == Changes Between 0.8.x and 0.9.0pre == + + === Response to Bulk Creation/Updates === + + The response to a bulk creation / update now looks like this + + {{{ + [ + {"id": "0", "rev": "3682408536"}, + {"id": "1", "rev": "3206753266"}, + {"id": "2", "error": "conflict", "reason": "Document update conflict."} + ] + }}} === Database File Format ===