src/docs/src/whatsnew/0.8.rst
.. Licensed under the Apache License, Version 2.0 (the "License"); you may not .. use this file except in compliance with the License. You may obtain a copy of .. the License at .. .. http://www.apache.org/licenses/LICENSE-2.0 .. .. Unless required by applicable law or agreed to in writing, software .. distributed under the License is distributed on an "AS IS" BASIS, WITHOUT .. WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the .. License for the specific language governing permissions and limitations under .. the License.
.. _release/0.8.x:
.. contents:: :depth: 1 :local:
.. _release/0.8.1:
couchdb script no longer uses awk for configuration checks as this
was causing portability problems.sudo example in README to use the -i option, this fixes
problems when invoking from a directory the couchdb user cannot access.81)83)84)55)Server header now contains the versions of CouchDB and Erlang... _release/0.8.0:
couchdb script now automatically enables SMP support in Erlang.couchdb and couchjs scripts have been improved for portability.map member, and
optionally a reduce member.javascript) instead of
by media type.content-type in the JSON representation of attachments has been
renamed to content_type (underscore).Key column header.@ character could not be
viewed. (:issue:12)Compact button to trigger database
compaction. (:issue:38)39)_couchjs) is provided that
links against an existing SpiderMonkey installation and uses the interpreter
embedding API.log(message) function. Log messages are directed into the
CouchDB log at INFO level. (:issue:59)map(key, value) function made available to view code has been
renamed to emit(key, value).couch_httpd.conf) are no longer used.HEAD method. (:issue:3)Etag handling with the HTTP specification.
(:issue:13)GET requests that
include query string parameters causing the JSON response to change without
the revision or the URI having changed.TCP_NODELAY to fix performance problems with persistent
connections on some platforms due to nagling.?descending=false query string parameter in requests to views
no longer raises an error.unknown_private_path error instead of the
confusing illegal_database_name.map member, and optional reduce and
language members.POST request, but rather by looking for a language member
in the JSON body of the request.DELETE requests is now 200 to reflect that
that the deletion is performed synchronously.