summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorJan Lehnardt <jan@apache.org>2010-11-18 17:21:35 +0000
committerJan Lehnardt <jan@apache.org>2010-11-18 17:21:35 +0000
commit7d00abc0d7888b81fa5ff8149a2fd78e76aa4114 (patch)
treee529d380df172110a8a89a97eba270376e2b654c /CHANGES
parent9741ab0ea74fab1a480a9a7c34dac954bedd1dd6 (diff)
update NEWS and CHANGES for 1.1.0
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@1036541 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES35
1 files changed, 35 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 8d3bf9d7..6e8ebdcc 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,41 @@ Version 1.1.0
This version has not been released yet.
+All CHANGES for 1.0.2 also apply to 1.1.0.
+
+HTTP Interface:
+
+ * Native SSL support.
+ * Added support for HTTP range requests for attachments.
+ * Added built-in filters for `_changes`: `_doc_ids` and `_design`.
+ * Added configuration option for TCP_NODELAY aka "Nagle".
+ * Allow POSTing arguments to `_changes`.
+ * Allow `keys` parameter for GET requests to views.
+ * Allow wildcards in vhosts definitions.
+ * More granular ETag support for views.
+ * More flexible URL rewriter.
+
+Externals:
+
+ * Added OS Process module to manage daemons outside of CouchDB.
+ * Added HTTP Proxy handler for more scalable externals.
+
+Replicator:
+
+ * Added `_replicator` database to manage replications.
+
+Storage System:
+
+ * Multiple micro-optimizations when reading data.
+
+View Server:
+
+ * Added CommonJS support to map functions.
+ * Added `stale=update_after` query option that triggers a view update after
+ returning a `stale=ok` response.
+ * Warn about empty result caused by `startkey` and `endkey` limiting.
+ * Built-in reduce function `_sum` now accepts lists of integers as input.
+
Version 1.0.1
-------------