From user-return-15233-apmail-couchdb-user-archive=couchdb.apache.org@couchdb.apache.org Tue Mar 08 19:26:36 2011 Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 58358 invoked from network); 8 Mar 2011 19:26:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 8 Mar 2011 19:26:34 -0000 Received: (qmail 23562 invoked by uid 500); 8 Mar 2011 19:26:33 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 23512 invoked by uid 500); 8 Mar 2011 19:26:33 -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 23504 invoked by uid 99); 8 Mar 2011 19:26:33 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Mar 2011 19:26:33 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of jasonjwwilliams@gmail.com designates 209.85.214.180 as permitted sender) Received: from [209.85.214.180] (HELO mail-iw0-f180.google.com) (209.85.214.180) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Mar 2011 19:26:27 +0000 Received: by iwn6 with SMTP id 6so6841854iwn.11 for ; Tue, 08 Mar 2011 11:26:06 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:date:message-id:subject:from:to :content-type; bh=yTLTrbTmRoWI7kjR8QuTUNjPvQCRXx6gcBKzM5Nenxg=; b=SLADxwg6OclixP2DqDwkaNgqYEnGmfdavSWNAKjNaLwc420q4/FaaMT1B6TLOF6fEC 6CV5dbyaGbk/T7dV4vsYg6MrG5KhjgwBu6mbUUbXxgvfpMTDFFlihLzTd656eDyU03zg 1OnG+UEzUayk77gg/PHe7LVWQRBf1EZYlAlk4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=rrwYn37da5KefNQZDfd4aG+PLpABbdwyKaLxIWlUBL3xvRgGSYIDxHiudy4t1aJIMl CPR2hqd7Vdh7V7waMNyPzrk9YMVO99x4qJrRlJl+3yZYJTZBXkTTtCV2EwcY23wqM4Gx PRZTVBgMERPg0nkWkZWmAL/TdxNZg+tEQyNQ0= MIME-Version: 1.0 Received: by 10.43.55.131 with SMTP id vy3mr4854056icb.521.1299612365892; Tue, 08 Mar 2011 11:26:05 -0800 (PST) Received: by 10.42.76.7 with HTTP; Tue, 8 Mar 2011 11:26:05 -0800 (PST) Date: Tue, 8 Mar 2011 12:26:05 -0700 Message-ID: Subject: Paisley 0.3 Released From: "Jason J. W. Williams" To: user@couchdb.apache.org, Twisted general discussion Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org Hello, We wanted to let everyone know that we've released version 0.3 of Paisley (the CouchDB client for Twisted Python). Among the new features: Enhancements * Added CouchDB authentication support (supply username and password args when instantiating) * Re-factored underlying HTTP transport to use Twisted Web Agent (will allow connection pooling in the future). * Re-factored code into formal Python package. API compatible with old package layout. Bug Fixes * Fixed attachment handling so it returns the attachment instead of the owning document (dwb) You can get it from Github or pypi: * http://github.com/smcq/paisley * http://pypi.python.org/pypi/paisley/0.3 Hopefully the new changes will be helpful to folks. Please let us know if you have any questions. -J