Return-Path: Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: (qmail 28505 invoked from network); 21 Mar 2009 13:41:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 21 Mar 2009 13:41:06 -0000 Received: (qmail 41713 invoked by uid 500); 21 Mar 2009 13:41:04 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 41684 invoked by uid 500); 21 Mar 2009 13:41:04 -0000 Mailing-List: contact dev-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 dev@couchdb.apache.org Received: (qmail 41673 invoked by uid 99); 21 Mar 2009 13:41:04 -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 06:41:04 -0700 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [83.97.50.139] (HELO jan.prima.de) (83.97.50.139) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 21 Mar 2009 13:40:56 +0000 Received: from [89.238.77.132] (softdnserr [::ffff:89.238.77.132]) (AUTH: LOGIN jan, TLS: TLSv1/SSLv3,128bits,AES128-SHA) by jan.prima.de with esmtp; Sat, 21 Mar 2009 13:40:32 +0000 Message-Id: <690BBF33-B060-4AB5-83C5-6A83297EABFF@apache.org> From: Jan Lehnardt To: dev@couchdb.apache.org In-Reply-To: <20090321113817.27222.2186@aurora.apache.org> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v930.3) Subject: Re: [Couchdb Wiki] Update of "Breaking changes" by SvenHelmberger Date: Sat, 21 Mar 2009 13:09:24 +0000 References: <20090321113817.27222.2186@aurora.apache.org> X-Mailer: Apple Mail (2.930.3) X-Virus-Checked: Checked by ClamAV on apache.org On 21 Mar 2009, at 11:38, Apache Wiki wrote: > > > == 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 === I'm not sure this change is intentional. Damien, Chris? I'd opt for a full JSON object. Not all client libs like parsing JSON partials. Cheers Jan --