From dev-return-12554-apmail-couchdb-dev-archive=couchdb.apache.org@couchdb.apache.org Fri Oct 15 20:45:15 2010 Return-Path: Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: (qmail 81420 invoked from network); 15 Oct 2010 20:45:15 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 15 Oct 2010 20:45:15 -0000 Received: (qmail 23005 invoked by uid 500); 15 Oct 2010 20:45:14 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 22956 invoked by uid 500); 15 Oct 2010 20:45:14 -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 22948 invoked by uid 99); 15 Oct 2010 20:45:14 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 15 Oct 2010 20:45:14 +0000 X-ASF-Spam-Status: No, hits=3.6 required=10.0 tests=FREEMAIL_FROM,FS_REPLICA,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of bchesneau@gmail.com designates 209.85.213.52 as permitted sender) Received: from [209.85.213.52] (HELO mail-yw0-f52.google.com) (209.85.213.52) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 15 Oct 2010 20:45:09 +0000 Received: by ywk9 with SMTP id 9so685142ywk.11 for ; Fri, 15 Oct 2010 13:44:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=fLhvL6JIDJihl0B098riZ5ZaC8dg2sF76oDRuF8SDbg=; b=Tljlq94sHp49LFSRRsGxwE0NEoU3g0FS+xfX6p8Br1HGFBFCgWhC/AIrn+72203aGi dgPBS0ziwK4zMZGjPlcOIkJBR5Vdk4dPpf0J7KE2JBkF9LNnNe6Qqoo/zqmLM916SzuN MdCMYpVpVOhBItxBDJtaKQYPsKNiXsi5LFvVs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=CVxmPDcwE7WPQd/iWCWIVsqd3cfAeKTafCbvvtc1j75AlpCVL+qNZ9sECQmg0BSlAF EB01QoEdRZ0dKwXX2b+IqP6MesgHsCdlTfKSxfoJsx6SYFuvAqYf0D+Yiz5WSx3H+1ry 4Toi2q9AXlRxu93yJab1ED8AwBX84g73gGqwA= MIME-Version: 1.0 Received: by 10.42.155.4 with SMTP id s4mr1142427icw.220.1287175487965; Fri, 15 Oct 2010 13:44:47 -0700 (PDT) Received: by 10.231.58.199 with HTTP; Fri, 15 Oct 2010 13:44:47 -0700 (PDT) In-Reply-To: <9E074F62-F51B-4DC8-9295-95732B268A38@apache.org> References: <9E074F62-F51B-4DC8-9295-95732B268A38@apache.org> Date: Fri, 15 Oct 2010 22:44:47 +0200 Message-ID: Subject: Re: _replicate & _replicator From: Benoit Chesneau To: dev@couchdb.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On Fri, Oct 15, 2010 at 10:35 PM, Jan Lehnardt wrote: > > On 13 Oct 2010, at 23:19, Benoit Chesneau wrote: > >> Hi all, >> >> Thanks to the awesome work of fdmanana we have now _replicator in >> trunk and obviously in 1.1. But we still have _replicate handler in >> the code that works differently . Replication handled by _replicate >> doesn't create a doc and can't e stopped in the same way. So I was >> asking myself if we shouldn't solve this issue before releasing 1.1 . >> I see 2 way to do it : >> >> >> - simply remove the _replicate handler > > We can't remove APIs between major versions :) > > =A0http://semver.org/ > > Cheers > Jan > -- > I'm afraid I need to quote myself : [[[ - make the _replicate handler that works like the old one but create doc in _replicator db ]]] So no api is removed. _replicate is deprecated. Promise is here. - benoit