Return-Path: X-Original-To: apmail-couchdb-user-archive@www.apache.org Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 30EA89668 for ; Mon, 31 Oct 2011 19:28:11 +0000 (UTC) Received: (qmail 27500 invoked by uid 500); 31 Oct 2011 19:28:08 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 27372 invoked by uid 500); 31 Oct 2011 19:28:08 -0000 Mailing-List: contact user-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@couchdb.apache.org Delivered-To: mailing list user@couchdb.apache.org Received: (qmail 27336 invoked by uid 99); 31 Oct 2011 19:28:08 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 31 Oct 2011 19:28:08 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of nslater@tumbolia.org designates 209.85.214.52 as permitted sender) Received: from [209.85.214.52] (HELO mail-bw0-f52.google.com) (209.85.214.52) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 31 Oct 2011 19:28:00 +0000 Received: by bkbc12 with SMTP id c12so4492858bkb.11 for ; Mon, 31 Oct 2011 12:27:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=tumbolia.org; s=google; h=mime-version:x-originating-ip:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=3GWEvOXgi0vtFaz6hVpgG4CAXD768e0u0N5V9cRHbrs=; b=iOs5mp1YiVcGLDxi0Pb8owpYG2GWPCbMnRRCuU9q5ZrH6l5NLnMYP2S5SmZK1FhVuK uYe9zlwAOkLfNziqTJYB4LwN+QwVPGoDUok0fIjYDErRMKy7wiD3zgQGN0Sd4fdCxNs3 zatC0DmneL9vI8GnN/YwdJ3QHEfKXDTprplE4= MIME-Version: 1.0 Received: by 10.204.16.67 with SMTP id n3mr10306551bka.6.1320089260343; Mon, 31 Oct 2011 12:27:40 -0700 (PDT) Received: by 10.204.40.195 with HTTP; Mon, 31 Oct 2011 12:27:40 -0700 (PDT) X-Originating-IP: [87.198.113.211] In-Reply-To: References: Date: Mon, 31 Oct 2011 19:27:40 +0000 Message-ID: Subject: Re: [ANNOUNCE] Apache CouchDB 1.1.1 has been released From: Noah Slater To: dev@couchdb.apache.org Cc: announce@apache.org, user@couchdb.apache.org Content-Type: multipart/alternative; boundary=00032555f6ea6f439604b09d3b02 X-Virus-Checked: Checked by ClamAV on apache.org --00032555f6ea6f439604b09d3b02 Content-Type: text/plain; charset=ISO-8859-1 Woot. Cheers Bob! On Mon, Oct 31, 2011 at 2:07 PM, Robert Newson wrote: > Hello, > > Apache CouchDB 1.1.1 has been released and is available for download: > > http://couchdb.apache.org/downloads.html > > Changes in this release: > > * Support SpiderMonkey 1.8.5 > * Add configurable maximum to the number of bytes returned by _log. > * Allow CommonJS modules to be an empty string. > * Bump minimum Erlang version to R13B02. > * Do not run deleted validate_doc_update functions. > * ETags for views include current sequence if include_docs=true. > * Fix bug where duplicates can appear in _changes feed. > * Fix bug where update handlers break after conflict resolution. > * Fix bug with _replicator where include "filter" could crash couch. > * Fix crashes when compacting large views. > * Fix file descriptor leak in _log > * Fix missing revisions in _changes?style=all_docs. > * Improve handling of compaction at max_dbs_open limit. > * JSONP responses now send "text/javascript" for Content-Type. > * Link to ICU 4.2 on Windows. > * Permit forward slashes in path to update functions. > * Reap couchjs processes that hit reduce_overflow error. > * Status code can be specified in update handlers. > * Support provides() in show functions. > * _view_cleanup when ddoc has no views now removes all index files. > * max_replication_retry_count now supports "infinity". > * Fix replication crash when source database has a document with empty ID. > * Fix deadlock when assigning couchjs processes to serve requests. > * Fixes to the document multipart PUT API. > * Fixes regarding file descriptor leaks for databases with views. > > Apache CouchDB is a document-oriented database that can be queried and > indexed in a MapReduce > fashion using JavaScript. CouchDB also offers incremental replication > with bi-directional > conflict detection and resolution. > > CouchDB provides a RESTful JSON API than can be accessed from any > environment that allows > HTTP requests. There are myriad third-party client libraries that make > this even easier from > your programming language of choice. CouchDB's built in Web > administration console speaks > directly to the database using HTTP requests issued from your browser. > > CouchDB is written in Erlang, a robust functional programming language > ideal for building > concurrent distributed systems. Erlang allows for a flexible design > that is easily scalable > and readily extensible. > > By Gelfling hand or else by none, > B. > --00032555f6ea6f439604b09d3b02--