Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 4469 invoked from network); 14 Jul 2010 12:58:24 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 14 Jul 2010 12:58:24 -0000 Received: (qmail 25281 invoked by uid 500); 14 Jul 2010 12:58:22 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 24535 invoked by uid 500); 14 Jul 2010 12:58:19 -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 24510 invoked by uid 99); 14 Jul 2010 12:58:18 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Jul 2010 12:58:18 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [140.211.11.9] (HELO minotaur.apache.org) (140.211.11.9) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 14 Jul 2010 12:58:16 +0000 Received: (qmail 3502 invoked by uid 99); 14 Jul 2010 12:57:54 -0000 Received: from localhost.apache.org (HELO [192.168.1.36]) (127.0.0.1) (smtp-auth username nslater, mechanism plain) by minotaur.apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Jul 2010 12:57:54 +0000 From: Noah Slater X-Noah: Awesome Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable Subject: [ANNOUNCE] Apache CouchDB 1.0.0 has been released Date: Wed, 14 Jul 2010 13:57:50 +0100 Message-Id: To: announce@apache.org, user@couchdb.apache.org, dev@couchdb.apache.org Mime-Version: 1.0 (Apple Message framework v1081) X-Mailer: Apple Mail (2.1081) X-Virus-Checked: Checked by ClamAV on apache.org Hello, Apache CouchDB 1.0.0 has been released and is available for download: http://couchdb.apache.org/downloads.html This is a huge milestone for the CouchDB community, and we'd like to = thank every single person who's helped us get this far. This project = would be nothing without its community, and we are fortunate enough to = be blessed with a very healthy one. Changes in this release: * More efficient header commits. * Use O_APPEND to save lseeks. * Faster implementation of pread_iolist(). Further improves performance = on concurrent reads. * Added authentication caching * Faster default view collation. * Added option to include update_seq in view responses. This builds on the changes made in 0.11.1, also released today. 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=92s 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. Relax and prosper, N=