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 A20EBF0E2 for ; Tue, 9 Apr 2013 21:11:32 +0000 (UTC) Received: (qmail 84604 invoked by uid 500); 9 Apr 2013 21:11:31 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 84528 invoked by uid 500); 9 Apr 2013 21:11:30 -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 84519 invoked by uid 99); 9 Apr 2013 21:11:30 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Apr 2013 21:11:30 +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 alex.barbalex@gmail.com designates 74.125.83.52 as permitted sender) Received: from [74.125.83.52] (HELO mail-ee0-f52.google.com) (74.125.83.52) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Apr 2013 21:11:23 +0000 Received: by mail-ee0-f52.google.com with SMTP id d17so2915431eek.25 for ; Tue, 09 Apr 2013 14:11:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type; bh=zvXI+lKoKL1zbBBwGwfUd7sR47ZRHI3mWVR4Dg0m4yA=; b=QKrCa4rzn1VDo99C8Oh++f+CiH0fUBIeFTJCxP5CaTKrUqddPP5fw05GC+yfDt/jXf vEOsi1vqSbAgPMK22GmrzVOEmIUZZGOQqNzvgSbQNGi+QbNOTmg9XZsI0g8MzAXkO5vo YuWPTkP451NqOa0yH1v99ki3qAa9kqJ+co0g3T3E2uMdX3w7z3rRwOtNW8I12nKDgISu 2n0F1Or1D1SdDYqFlOM61tv7g7QU8VXlGH1XymJKcK+xI/G21HCLQvdK5//tlqDDJQGM xM8Ub7jvkrbBMULXkfisJBxd6lIJGqN1xwbduz+J9ZRarqNmER6jeO2KjiPCnL9KkdgW i2AA== MIME-Version: 1.0 X-Received: by 10.14.39.5 with SMTP id c5mr55124769eeb.27.1365541863708; Tue, 09 Apr 2013 14:11:03 -0700 (PDT) Sender: alex.barbalex@gmail.com Received: by 10.223.179.194 with HTTP; Tue, 9 Apr 2013 14:11:03 -0700 (PDT) In-Reply-To: References: Date: Tue, 9 Apr 2013 23:11:03 +0200 X-Google-Sender-Auth: SgYUBlflT1XyIWX5zeU1lwq1wUs Message-ID: Subject: Re: [ANNOUNCE] Apache CouchDB 1.3.0 released From: Alexander Gabriel To: user@couchdb.apache.org Content-Type: multipart/alternative; boundary=089e0163422cb68b4204d9f3fd4f X-Virus-Checked: Checked by ClamAV on apache.org --089e0163422cb68b4204d9f3fd4f Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable thanks for the great work I'm blown away by the replication speed recently. There must have been a big improvement probably with version 1.2.1 Alex 2013/4/9 Noah Slater > Dear community, > > Apache CouchDB 1.3.0 has been released and is available for download. > > CouchDB is a database that completely embraces the web. Store your data > with JSON documents. Access your documents with your web browser, via HTT= P. > Query, combine, and transform your documents with JavaScript. CouchDB wor= ks > well with modern web and mobile apps. You can even serve web apps directl= y > out of CouchDB. And you can distribute your data, or your apps, efficient= ly > using CouchDB=E2=80=99s incremental replication. CouchDB supports master-= master > setups with automatic conflict detection. > > Grab your copy here: > > http://couchdb.apache.org/ > > Pre-built packages for Windows and OS X are available. > > This release comes with a CouchDB manual, hosted directly out of Futon. A > PDF version of the manual is also distributed. > > This is a feature release. > > These release notes are based on the CHANGES file. > > HTTP Interface > > * No longer rewrites the X-CouchDB-Requested-Path during recursive > calls to the rewriter. > > * Limit recursion depth in the URL rewriter. > > Defaults to a maximum of 100 invocations but is configurable. > > * Fix _session for IE7. > > * Added Server-Sent Events protocol to db changes API. > > See http://www.w3.org/TR/eventsource/ for details. > > * Make password hashing synchronous when using the /_config/admins > API. > > * Include user name in show/list ETags. > > * Experimental support for Cross-Origin Resource Sharing (CORS). > > See http://www.w3.org/TR/cors/ for details. > > Replicator > > * The replicator will use a new server-wide UUID in checkpoint IDs t= o > improve the chances of an efficient resume. > > Storage System > > * Fixed unnecessary conflict when deleting and creating a document i= n > the same batch. > > View Server > > * Additional response headers may be varied prior to send(). > > * GetRow() is now side-effect free. > > Futon > > * Disabled the link to the Futon test suite. > > These tests were causing problems when run from a browser, and are > now available via the CLI instead. > > * Added view request duration to Futon. > > * Disable buttons for actions that the user doesn't have permissions > to. > > Security > > * Passwords are now hashed using the PBKDF2 algorithm with a > configurable work factor. > > Test Suite > > * Moved the JS test suite to the CLI. > > * Improved tracebacks printed by the JS CLI tests. > > * Improved the reliability of a number of tests. > > UUID Algorithms > > * Added the utc_id algorithm. > > URL Rewriter & Vhosts > > * Database name is encoded during rewriting (allowing embedded /'s, > etc). > > * Reset rewrite counter on new request, avoiding unnecessary request > failures due to bogus rewrite limit reports. > > Build System > > * C/C++ compiler detection has been improved. > > * Autoconf v2.63 is now required if building from Git checkout > directly. > > See DEVELOPERS file for more details. > > * Fixed issue in couchdb script where stopped status returns before > process exits. > > On behalf of the CouchDB PMC, > > -- > NS > --089e0163422cb68b4204d9f3fd4f--