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 2009/12/23 01:57:02 UTC

[Couchdb Wiki] Update of "Breaking_changes" by JanLehnardt

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 JanLehnardt.
http://wiki.apache.org/couchdb/Breaking_changes?action=diff&rev1=17&rev2=18

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

  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.10.x and 0.11.0 ==
+ 
+ The `req` argument to show, list, update and validation functions now contains the member `method` with the specified HTTP method of the current request. Previously, this member was called `verb`. `method` is following RFC 2616 (HTTP 1.1) closer.
  
  == Changes Between 0.9.x and 0.10.0 ==