Return-Path: Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: (qmail 28272 invoked from network); 5 Mar 2009 17:24:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Mar 2009 17:24:57 -0000 Received: (qmail 51205 invoked by uid 500); 5 Mar 2009 17:24:57 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 50891 invoked by uid 500); 5 Mar 2009 17:24:56 -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 50880 invoked by uid 99); 5 Mar 2009 17:24:56 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Mar 2009 09:24:56 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of jchris@gmail.com designates 209.85.200.173 as permitted sender) Received: from [209.85.200.173] (HELO wf-out-1314.google.com) (209.85.200.173) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Mar 2009 17:24:48 +0000 Received: by wf-out-1314.google.com with SMTP id 28so29244wff.29 for ; Thu, 05 Mar 2009 09:24:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:date:x-google-sender-auth:message-id:subject:from:to :content-type:content-transfer-encoding; bh=3egSrMBHk/NqhVw8OqyFnIxVPTay5VaEvrfxxwZRsvI=; b=fqmH+e/nfMhhc6ZcpealEmu8sB7YNQ3kaZC+sDYaeWDaNdWjpLVM7ZQPshgUIQytAb CFoRew7Avt9oEnG1kYivvgeTWcTbyfagIO9x9Px2xjpX8+bCqKey9MG9W7J329r01KIh Y5Q2lu9wLxdNRxWBZqNQQPsKuoePurcoITt6I= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type :content-transfer-encoding; b=GSwEMB/jxk4Dw81TiPT0dvdLDQ+7jXbdYXwoIE+7eLveHQ3qQghtLP5in8JmMugSRo rJC5tPCqZg6sGUCX62Ra6GHvc+Vg+Zlk9M3H1VxhUm1S+j+wkj2RhwDYQmJh8+Y0Jcjo Hg0CWgvP10a5eZplb9kiQni+7WtmhEdy04WUk= MIME-Version: 1.0 Sender: jchris@gmail.com Received: by 10.143.44.17 with SMTP id w17mr612316wfj.255.1236273867855; Thu, 05 Mar 2009 09:24:27 -0800 (PST) In-Reply-To: References: <558BB659-56C4-432A-B6D8-D1DEB6DDADD4@gmail.com> <05E18836-952A-4231-AA0E-DBD562911815@gmx.de> Date: Thu, 5 Mar 2009 09:24:27 -0800 X-Google-Sender-Auth: b90be5ed9333e769 Message-ID: Subject: Re: I got a little carried away ... From: Chris Anderson To: dev@couchdb.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org On Thu, Mar 5, 2009 at 9:18 AM, Chris Anderson wrote: > On Thu, Mar 5, 2009 at 2:49 AM, Christopher Lenz wrote: >> >> If those are supposed to make it into 0.9.0, there's no way we can get the >> release out by the end of this week (which is pretty much today or >> tomorrow). Changes of this scale require review and testing, and ideally >> documentation. Just saying :) >> >> Postpone by about 2 weeks, depending on when those changes land in trunk? >> > > I'd say postpone. Adam's replication patches don't change the API, so > they aren't an issue for client libraries, but both moving the _view > endpoint to within the design doc path, and Damien's changes to the > behavior of bulk_docs, will effect client libraries. > > If we can avoid making a release with APIs that are already > deprecated, I think it's worth the wait. Alternatively, we could wait > on Damien's branch (as it still requires some testing, and changes > CouchDB in a more fundamental way, but one that has less impact on > client libraries) but I'd be against doing a release without the > design doc resources patch. We've never had a release with show/list, > so doing one with a deprecated API places an unnecessary burden on > client and application developers, who will probably have to support > 0.9.0 for a while. > That said, the design doc resources patch (COUCHDB-280) is solid and tested and ready for trunk. I'm ready to commit it once I'm sure there aren't any -1's out there. -- Chris Anderson http://jchris.mfdz.com