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/15 19:17:10 UTC

[Couchdb Wiki] Trivial Update of "Breaking_changes" by ClaryBob

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

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

  
  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.
+  * _log and _temp_views are now admin-only resources.
- _bulk_docs now requires a valid `Content-Type` header of `application/json`.
+  * _bulk_docs now requires a valid `Content-Type` header of `application/json`.
- jsonp is disabled by default. An .ini option was added to selectively enable it.
+  * jsonp is disabled by default. An .ini option was added to selectively enable it.
+  * The key, startkey and endkey properties of the request object passed to list and show functions now contain JSON objects representing the URL encoded string values in the query string. Previously, these properties contained strings which needed to be converted to JSON before using.
  
  == Changes Between 0.11.0 and 0.11.1 ==
  
- _log and _temp_views are now admin-only resources.
+  * _log and _temp_views are now admin-only resources.
- _bulk_docs now requires a valid `Content-Type` header of `application/json`.
+  * _bulk_docs now requires a valid `Content-Type` header of `application/json`.
- jsonp is disabled by default. An .ini option was added to selectively enable it.
+  * jsonp is disabled by default. An .ini option was added to selectively enable it.
+  * The key, startkey and endkey properties of the request object passed to list and show functions now contain JSON objects representing the URL encoded string values in the query string. Previously, these properties contained strings which needed to be converted to JSON before using.
+ 
  
  == Changes Between 0.10.x and 0.11.0 ==