On Fri, Oct 15, 2010 at 10:35 PM, Jan Lehnardt <[email protected]> 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 :) > > http://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
