From user-return-19377-apmail-couchdb-user-archive=couchdb.apache.org@couchdb.apache.org Thu Jan 5 21:49:44 2012 Return-Path: X-Original-To: apmail-couchdb-user-archive@www.apache.org Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0501F9921 for ; Thu, 5 Jan 2012 21:49:44 +0000 (UTC) Received: (qmail 41190 invoked by uid 500); 5 Jan 2012 21:49:42 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 41042 invoked by uid 500); 5 Jan 2012 21:49:41 -0000 Mailing-List: contact user-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@couchdb.apache.org Delivered-To: mailing list user@couchdb.apache.org Received: (qmail 41026 invoked by uid 99); 5 Jan 2012 21:49:41 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Jan 2012 21:49:41 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [66.111.4.28] (HELO out4.smtp.messagingengine.com) (66.111.4.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Jan 2012 21:49:34 +0000 Received: from compute5.internal (compute5.nyi.mail.srv.osa [10.202.2.45]) by gateway1.nyi.mail.srv.osa (Postfix) with ESMTP id 393572109E; Thu, 5 Jan 2012 16:49:13 -0500 (EST) Received: from frontend2.nyi.mail.srv.osa ([10.202.2.161]) by compute5.internal (MEProxy); Thu, 05 Jan 2012 16:49:13 -0500 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=iocaine.org; h= mime-version:date:message-id:subject:from:to:content-type; s= mesmtp; bh=7fvloU+IRNuUJ1fxLXKrIsG5zSs=; b=QYGAAXNR2HHCf668xuEKH KhHgj4XwoXynD1UiFwowgQ8Iq8t0gJG7ym6qMqFd7zS0vmTsQzV8dSaCuSw4lGOF bz/vipN1umLrIsj/QdFonlHCiw3gGqIl1HunQ9kpaSyYuQKBCMiuvESYdZnE22FC 5l2uQNpxyDa7daCgoWsVIc= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=mime-version:date:message-id:subject:from :to:content-type; s=smtpout; bh=7fvloU+IRNuUJ1fxLXKrIsG5zSs=; b= PQKhaKOLmW/w70tsXe4GM612NxayCgft3rDSqFjEoyyJtFhrSPU46PXeYl7bkLDY YWKGrvWp4w5ND2k5Wnnh0qzc56I2FJeJ86ivH5fXsIPFn2Rf89nNpCKYBHWdiuTJ 8MImraJGCOS8ru3BtYsVgAg5LySnTRippd3lI3YNpqo= X-Sasl-enc: gZ1U6yiJCPNyFe+1HkbN0XG1NECz/VbMS8V4K/akB2Ax 1325800153 Received: from mail-ww0-f54.google.com (mail-ww0-f54.google.com [74.125.82.54]) by mail.messagingengine.com (Postfix) with ESMTPSA id E1AD2482591 for ; Thu, 5 Jan 2012 16:49:12 -0500 (EST) Received: by wgbdt13 with SMTP id dt13so954364wgb.23 for ; Thu, 05 Jan 2012 13:49:11 -0800 (PST) MIME-Version: 1.0 Received: by 10.180.86.5 with SMTP id l5mr3133694wiz.17.1325800151972; Thu, 05 Jan 2012 13:49:11 -0800 (PST) Received: by 10.216.164.69 with HTTP; Thu, 5 Jan 2012 13:49:11 -0800 (PST) Date: Fri, 6 Jan 2012 07:49:11 +1000 Message-ID: Subject: Document not included in delete event in _changes feed From: Dan Everton To: user Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org Is there a reason the last document revision is not included in the changes feed for delete events when include_docs=true? I ask because the use case I have for consuming the changes feed needs to make decisions based on the document for all event types including delete. Cheers, Dan