CouchDB 1.1 was released this past Friday. CouchBase has a CouchDB Release 1.1 Feature Guide that provides details on the new features available in CouchDB 1.1. Some of the key new features include:
- A replicator database that stores replications which are automatically restarted when the server restarts
- Native SSL support—you can now connect to CouchDB securely without maintaining a separate proxy server that handles SSL
- HTTP range requests—this allows for resumable downloads and skippable audio and video streams
- HTTP proxying—allows external content to be served from your CouchDB URL
- Map functions now support CommonJS—this allows for reuse of JavaScript code
- More granular ETags on view responses—this increases the probability of a
304 Not Modified
response when doing conditional requests
See the CouchDB Release 1.1 Feature Guide for the complete list and more detail.