Warning
Version 0.10.2 contains important security fixes. Previous 0.10.x releases are not recommended for regular usage.
CouchDB now loads configuration from the following places (glob(7) syntax) in order:
The configuration options for couchdb script have changed to:
-a FILE add configuration FILE to chain
-A DIR add configuration DIR to chain
-n reset configuration file chain (including system default)
-c print configuration file chain and exit
Show and List functions must have a new structure in 0.10. See Formatting_with_Show_and_List for details.
Reduce functions are now required to reduce the number of values for a key.
CouchDB now considers the parameter reduce=false to be an error for queries of map-only views, and responds with status code 400.