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 4FFB71012F for ; Wed, 10 Apr 2013 02:26:13 +0000 (UTC) Received: (qmail 78805 invoked by uid 500); 10 Apr 2013 02:26:11 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 78766 invoked by uid 500); 10 Apr 2013 02:26:11 -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 78758 invoked by uid 99); 10 Apr 2013 02:26:11 -0000 Received: from minotaur.apache.org (HELO minotaur.apache.org) (140.211.11.9) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Apr 2013 02:26:11 +0000 Received: from localhost (HELO mail-vb0-f53.google.com) (127.0.0.1) (smtp-auth username rnewson, mechanism plain) by minotaur.apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Apr 2013 02:26:11 +0000 Received: by mail-vb0-f53.google.com with SMTP id i3so5207745vbh.40 for ; Tue, 09 Apr 2013 19:26:10 -0700 (PDT) MIME-Version: 1.0 X-Received: by 10.52.177.161 with SMTP id cr1mr62899vdc.64.1365560770342; Tue, 09 Apr 2013 19:26:10 -0700 (PDT) Received: by 10.220.160.6 with HTTP; Tue, 9 Apr 2013 19:26:10 -0700 (PDT) In-Reply-To: References: Date: Tue, 9 Apr 2013 22:26:10 -0400 Message-ID: Subject: Re: [ANNOUNCE] Apache CouchDB 1.3.0 released From: Robert Newson To: "user@couchdb.apache.org" Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable Ah, gotcha. I've removed the Fix Version setting for 523, it's misleading. The bigcouch merge will bring multiple startkey/endkeys for POST, since we implemented it at Cloudant ages ago. So, it's coming. B. On 9 April 2013 22:22, Andrey Kuprianov wrote= : > What Stanley said... > > > On Wed, Apr 10, 2013 at 10:20 AM, Stanley Iriele wr= ote: > >> I think multiple startkey end key pairs... Like...an array of Starkey >> endkey pairs for views >> On Apr 9, 2013 7:18 PM, "Robert Newson" wrote: >> >> > "multiple ranges" meaning curl -H 'Range: bytes=3D0-1,1-2'? This has >> > been supported for a long time. >> > >> > B. >> > >> > On 9 April 2013 21:47, Andrey Kuprianov >> > wrote: >> > > Btw, are multiple ranges supported in this release? >> > > >> > > >> > > On Wed, Apr 10, 2013 at 9:41 AM, Andrey Kuprianov < >> > > andrey.kouprianov@gmail.com> wrote: >> > > >> > >> Thank guys! >> > >> >> > >> >> > >> On Wed, Apr 10, 2013 at 5:11 AM, Alexander Gabriel > > >wrote: >> > >> >> > >>> 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 yo= ur >> > data >> > >>> > with JSON documents. Access your documents with your web browser= , >> via >> > >>> HTTP. >> > >>> > Query, combine, and transform your documents with JavaScript. >> CouchDB >> > >>> works >> > >>> > well with modern web and mobile apps. You can even serve web app= s >> > >>> directly >> > >>> > out of CouchDB. And you can distribute your data, or your apps, >> > >>> efficiently >> > >>> > using CouchDB=92s 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 checkpo= int >> > IDs >> > >>> to >> > >>> > improve the chances of an efficient resume. >> > >>> > >> > >>> > Storage System >> > >>> > >> > >>> > * Fixed unnecessary conflict when deleting and creating a >> > document >> > >>> in >> > >>> > 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 embed= ded >> > /'s, >> > >>> > etc). >> > >>> > >> > >>> > * Reset rewrite counter on new request, avoiding unnecessar= y >> > >>> 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 check= out >> > >>> > directly. >> > >>> > >> > >>> > See DEVELOPERS file for more details. >> > >>> > >> > >>> > * Fixed issue in couchdb script where stopped status return= s >> > before >> > >>> > process exits. >> > >>> > >> > >>> > On behalf of the CouchDB PMC, >> > >>> > >> > >>> > -- >> > >>> > NS >> > >>> > >> > >>> >> > >> >> > >> >> > >>