Return-Path: Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: (qmail 34921 invoked from network); 4 Jan 2009 03:49:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Jan 2009 03:49:26 -0000 Received: (qmail 44163 invoked by uid 500); 4 Jan 2009 03:49:19 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 44083 invoked by uid 500); 4 Jan 2009 03:49:19 -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 44062 invoked by uid 99); 4 Jan 2009 03:49:19 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 03 Jan 2009 19:49:19 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of jchris@gmail.com designates 209.85.132.241 as permitted sender) Received: from [209.85.132.241] (HELO an-out-0708.google.com) (209.85.132.241) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 04 Jan 2009 03:49:10 +0000 Received: by an-out-0708.google.com with SMTP id b2so1945947ana.5 for ; Sat, 03 Jan 2009 19:48:49 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:sender :to:subject:mime-version:content-type:content-transfer-encoding :content-disposition:x-google-sender-auth; bh=OzOuB9LBpmW//AWrQtYeHMZqYOQTyIe09+LnrBe8yDk=; b=vCet4c5S3KOwQHjJxM9bN+yWj3XtyKCR59FC2WyINzJQjXB1m1yQmQB9iYsl4SpUFi 31mA5+qPW1ZMTg5/ZmMVbOrYXpvLuGomnJ1OGHrxcAwVh49kiVgTb/BMJCFkYJSc+DER wEWD1+wpKdK7mVc6QPdH2zdHx7sHxWbtvjb30= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition:x-google-sender-auth; b=nNiPzgKdKLZlyUgsNheiDzMrxVJsd3Owb/2ho/SoawZjBJye2NTOhXp39DBXylY6E4 W25hsAqSOou5IhxcDxbirg/bhX7sCMFp/GZcYw8zt3usRrcO8NdTPDWcz0nMxZV4ZqZI dqmT6nuu6iRM7ucV9zFM4wMfjUIheNmOni/+A= Received: by 10.64.183.6 with SMTP id g6mr14900697qbf.17.1231040929063; Sat, 03 Jan 2009 19:48:49 -0800 (PST) Received: by 10.65.73.3 with HTTP; Sat, 3 Jan 2009 19:48:49 -0800 (PST) Message-ID: Date: Sat, 3 Jan 2009 19:48:49 -0800 From: "Chris Anderson" Sender: jchris@gmail.com To: dev@couchdb.apache.org, user@couchdb.apache.org Subject: Changing count to limit in http query params MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Google-Sender-Auth: 9636fc01f4f365b8 X-Virus-Checked: Checked by ClamAV on apache.org r731159 introduces a change to the view query API - "count" has become "limit". This is a better description of what the parameter does, and has been a planned change for a while. This should be a simple update in any client code. There may be a few more of these small changes coming down the pipeline before 0.9, and they will each be announced on the CouchDB mailing lists. -- Chris Anderson http://jchris.mfdz.com