Return-Path: Delivered-To: apmail-couchdb-commits-archive@www.apache.org Received: (qmail 76428 invoked from network); 14 Jul 2010 06:53:34 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 14 Jul 2010 06:53:34 -0000 Received: (qmail 43333 invoked by uid 500); 14 Jul 2010 06:53:34 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 43182 invoked by uid 500); 14 Jul 2010 06:53:31 -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 43172 invoked by uid 500); 14 Jul 2010 06:53:31 -0000 Delivered-To: apmail-incubator-couchdb-commits@incubator.apache.org Received: (qmail 43166 invoked by uid 99); 14 Jul 2010 06:53:30 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Jul 2010 06:53:30 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.130] (HELO eos.apache.org) (140.211.11.130) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Jul 2010 06:53:28 +0000 Received: from eos.apache.org (localhost [127.0.0.1]) by eos.apache.org (Postfix) with ESMTP id 2A5F517DB7; Wed, 14 Jul 2010 06:52:37 +0000 (GMT) MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable From: Apache Wiki To: Apache Wiki Date: Wed, 14 Jul 2010 06:52:36 -0000 Message-ID: <20100714065236.18444.16499@eos.apache.org> Subject: =?utf-8?q?=5BCouchdb_Wiki=5D_Update_of_=22Breaking=5Fchanges=22_by_jchris?= =?utf-8?q?a?= 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 c= hange notification. The "Breaking_changes" page has been changed by jchrisa. http://wiki.apache.org/couchdb/Breaking_changes?action=3Ddiff&rev1=3D21&rev= 2=3D22 -------------------------------------------------- This page documents backwards-incompatible changes made during the evolut= ion of CouchDB. While not all such changes will necessarily affect all user= s, most of them probably will. This page should show you what changed and h= ow you'll need to adapt your code. = =3D=3D Changes Between 0.11.0 and 1.0.0 =3D=3D + = + Note, to replicate with a 1.0 CouchDB instance you must first upgrade in-= place your current CouchDB to 1.0 or 0.11.1 -- backporting so that 0.10.x c= an replicate to 1.0 wouldn't be that hard. All that is required is patching= the replicator to use the application/json content type. = _log and _temp_views are now admin-only resources. _bulk_docs now requires a valid `Content-Type` header of `application/jso= n`.