You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by Apache Wiki <wi...@apache.org> on 2010/07/14 08:52:36 UTC

[Couchdb Wiki] Update of "Breaking_changes" by jchrisa

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Couchdb Wiki" for change notification.

The "Breaking_changes" page has been changed by jchrisa.
http://wiki.apache.org/couchdb/Breaking_changes?action=diff&rev1=21&rev2=22

--------------------------------------------------

  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.11.0 and 1.0.0 ==
+ 
+ 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 can 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/json`.