From dev-return-11355-apmail-couchdb-dev-archive=couchdb.apache.org@couchdb.apache.org Mon Aug 16 23:04:37 2010 Return-Path: Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: (qmail 97433 invoked from network); 16 Aug 2010 23:04:37 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 16 Aug 2010 23:04:37 -0000 Received: (qmail 16727 invoked by uid 500); 16 Aug 2010 23:04:36 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 16677 invoked by uid 500); 16 Aug 2010 23:04:36 -0000 Mailing-List: contact dev-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list dev@couchdb.apache.org Received: (qmail 16669 invoked by uid 99); 16 Aug 2010 23:04:35 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 Aug 2010 23:04:35 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=RCVD_IN_DNSWL_LOW,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [209.68.5.9] (HELO relay00.pair.com) (209.68.5.9) by apache.org (qpsmtpd/0.29) with SMTP; Mon, 16 Aug 2010 23:04:27 +0000 Received: (qmail 3984 invoked from network); 16 Aug 2010 23:04:05 -0000 Received: from 74.1.186.35 (HELO ?10.0.1.205?) (74.1.186.35) by relay00.pair.com with SMTP; 16 Aug 2010 23:04:05 -0000 X-pair-Authenticated: 74.1.186.35 Content-Type: text/plain; charset=windows-1252 Mime-Version: 1.0 (Apple Message framework v1081) Subject: Re: [ANNOUNCE] Apache CouchDB 1.0.1 has been released From: Damien Katz In-Reply-To: Date: Mon, 16 Aug 2010 16:04:04 -0700 Content-Transfer-Encoding: quoted-printable Message-Id: References: To: dev@couchdb.apache.org X-Mailer: Apple Mail (2.1081) X-Virus-Checked: Checked by ClamAV on apache.org Great job. Thanks Noah! -Damien On Aug 16, 2010, at 2:09 PM, Noah Slater wrote: > Hello, >=20 > Apache CouchDB 1.0.1 has been released and is available for download: >=20 > http://couchdb.apache.org/downloads.html >=20 > The 1.0.0 release has a data-loss bug in its default configuration. >=20 > IF YOU ARE RUNNING 1.0.0, PLEASE UPGRADE TO 1.0.1 AS SOON AS POSSIBLE >=20 > See the release notice for more information: >=20 > http://couchdb.apache.org/notice/1.0.1.html >=20 > Changes in this release: >=20 > * Fix data corruption bug COUCHDB-844. Please see > http://couchdb.apache.org/notice/1.0.1.html for details. > * Added support for replication via an HTTP/HTTP proxy. > * Fixed various replicator bugs for interop with older CouchDB = versions. > * Show fields saved along with _deleted=3Dtrue. Allows for auditing = of deletes. > * Enable basic-auth popup when required to access the server, to = prevent > people from getting locked out. > * User interface element for querying stale (cached) views. >=20 > 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. >=20 > 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=92s built in Web administration console = speaks directly to the database using HTTP requests issued from your = browser. >=20 > 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. >=20 > Relax and prosper, >=20 > N