Skip to content

Commit

Permalink
Udpate NEWS and CHANGES for 1.2.0-dev
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@1039362 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
janl committed Nov 26, 2010
1 parent 54afb27 commit ca5bfe5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 53 deletions.
39 changes: 3 additions & 36 deletions CHANGES
@@ -1,47 +1,14 @@
Apache CouchDB CHANGES
======================

Version 1.1.0
Version 1.2.0
-------------

This version has not been released yet.

All CHANGES for 1.0.2 also apply to 1.1.0.
OAuth:

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.
* Added view query aliases start_key, end_key, start_key_doc_id and
end_key_doc_id.
* Updated budled erlang_oauth library to the latest version.

Version 1.0.1
-------------
Expand Down
19 changes: 2 additions & 17 deletions NEWS
Expand Up @@ -7,27 +7,12 @@ For details about backwards incompatible changes, see:

Each release section notes when backwards incompatible changes have been made.

Version 1.1.0
Version 1.2.0
-------------

This version has not been released yet.

All NEWS for 1.0.2 also apply to 1.1.0.

* 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 wildcards in vhosts definitions.
* More granular ETag support for views.
* More flexible URL rewriter.
* Added OS Process module to manage daemons outside of CouchDB.
* Added HTTP Proxy handler for more scalable externals.
* Added `_replicator` database to manage replications.
* Multiple micro-optimizations when reading data.
* Added CommonJS support to map functions.
* Added `stale=update_after` query option that triggers a view update after
returning a `stale=ok` response.
* Updated budled erlang_oauth library to the latest version.

Version 1.0.1
-------------
Expand Down

0 comments on commit ca5bfe5

Please sign in to comment.