Return-Path: Delivered-To: apmail-incubator-couchdb-dev-archive@locus.apache.org Received: (qmail 20481 invoked from network); 3 Dec 2008 14:27:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 3 Dec 2008 14:27:36 -0000 Received: (qmail 51695 invoked by uid 500); 3 Dec 2008 14:27:47 -0000 Delivered-To: apmail-incubator-couchdb-dev-archive@incubator.apache.org Received: (qmail 51659 invoked by uid 500); 3 Dec 2008 14:27:47 -0000 Mailing-List: contact couchdb-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: couchdb-dev@incubator.apache.org Delivered-To: mailing list couchdb-dev@incubator.apache.org Received: (qmail 51604 invoked by uid 99); 3 Dec 2008 14:27:47 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Dec 2008 06:27:47 -0800 X-ASF-Spam-Status: No, hits=3.8 required=10.0 tests=RCVD_NUMERIC_HELO,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, 03 Dec 2008 14:26:17 +0000 Received: from 132.62.11.217.ptr.tiggersystems.info (softdnserr [::ffff:217.11.62.132]) (AUTH: LOGIN jan, SSL: TLSv1/SSLv3,128bits,AES128-SHA) by jan.prima.de with esmtp; Wed, 03 Dec 2008 14:27:03 +0000 Message-Id: <99FC4BAE-5C92-47F2-BC1D-226EC4A56512@apache.org> From: Jan Lehnardt To: couchdb-dev@incubator.apache.org In-Reply-To: Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v929.2) Subject: Re: 0.9.0 Release Date: Wed, 3 Dec 2008 15:27:01 +0100 References: X-Mailer: Apple Mail (2.929.2) X-Virus-Checked: Checked by ClamAV on apache.org Hi, On 2 Dec 2008, at 20:29, Damien Katz wrote: > I think we are just about ready for a 0.9.0 release and will be > feature complete enough to be considered Beta. > > Two things I'd like before we release 0.9.0 is some replication > testing of the new security stuff and to finally change "count" to > "limit" in view query string arguments. I'd like to go through the API and look for things that could be improved. One thing that came to mind is that with `descending=true` you need to swap startkey & endkey, which is rather confusing. Doing the swapping behind the scenes would make it easier for the developer. I bet there are more things that we can make nicer. Cheers Jan --