From dev-return-3707-apmail-couchdb-dev-archive=couchdb.apache.org@couchdb.apache.org Wed Apr 01 08:10:53 2009 Return-Path: Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: (qmail 41120 invoked from network); 1 Apr 2009 08:10:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 1 Apr 2009 08:10:53 -0000 Received: (qmail 68172 invoked by uid 500); 1 Apr 2009 08:10:52 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 68094 invoked by uid 500); 1 Apr 2009 08:10:52 -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 68084 invoked by uid 99); 1 Apr 2009 08:10:52 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Apr 2009 08:10:52 +0000 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [83.97.50.139] (HELO jan.prima.de) (83.97.50.139) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Apr 2009 08:10:43 +0000 Received: from [10.0.1.4] (f053039031.adsl.alicedsl.de [::ffff:78.53.39.31]) (AUTH: LOGIN jan, TLS: TLSv1/SSLv3,128bits,AES128-SHA) by jan.prima.de with esmtp; Wed, 01 Apr 2009 08:10:18 +0000 Message-Id: From: Jan Lehnardt To: dev@couchdb.apache.org Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v930.3) Subject: Fwd: [ANNOUNCE] Apache CouchDB 0.9.0 has been released Date: Wed, 1 Apr 2009 10:09:37 +0200 References: <20090331130550.GA29583@tumbolia.org> X-Mailer: Apple Mail (2.930.3) X-Virus-Checked: Checked by ClamAV on apache.org Hooray! Begin forwarded message: > From: Noah Slater > Date: 31 March 2009 15:05:50 GMT+02:00 > To: announce@apache.org, user@couchdb.apache.org > Subject: [ANNOUNCE] Apache CouchDB 0.9.0 has been released > > Hello Couch Potatoes, > > Apache CouchDB 0.9.0 has been released and is available for download: > > http://couchdb.apache.org/downloads.html > > This is the first release after graduating from the ASF Incubator. > > Apache CouchDB is a distributed, fault-tolerant and schema-free > document-oriented database accessible via a RESTful HTTP/JSON API. > Among other > features, it provides robust, incremental replication with bi- > directional > conflict detection and resolution, and is queryable and indexable > using a > table-oriented view engine with JavaScript acting as the default > view definition > language. > > CouchDB is written in Erlang, but can be easily accessed from any > environment > that provides means to make HTTP requests. There are a multitude of > third-party > client libraries that make this even easier for a variety of > programming > languages and environments. > > Version 0.9.0 > ------------- > > * Modular configuration. > * Performance enhancements for document and view access. > * More resilient replication process. > * Replication streams binary attachments. > * Administrator role and basic authentication. > * Document validation functions in design documents. > * Show and list functions for rendering documents and views as > developer > controlled content-types. > * External process server module. > * Attachment uploading from Futon. > * Etags for views, lists, shows, document and attachment requests. > * Miscellaneous improvements to build, system integration, and > portability. > > This release contains backwards incompatible changes, please see: > > http://wiki.apache.org/couchdb/BreakingChanges > > Apache CouchDB is alpha software and still under heavy development. > Please be > aware that important areas such as the public API or internal > database format > may see backwards incompatible changes between versions. > > Relax and prosper, > > -- > Noah Slater, http://tumbolia.org/nslater >