Path: csiph.com!x330-a1.tempe.blueboxinc.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!feeder.news-service.com!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-announce-list@python.org Delivered-To: python-announce-list@mail.python.org X-Spam-Status: OK 0.004 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'bug': 0.02; 'subject:ANN': 0.02; 'fixes': 0.05; 'changes:': 0.07; 'url:pypi': 0.09; 'deprecated': 0.09; 'received:mail-bw0-f46.google.com': 0.09; 'tracker': 0.09; 'url:github': 0.09; 'jeremy': 0.16; 'jyrki': 0.16; 'received:209.85.214.46': 0.16; 'cheers,': 0.20; 'version': 0.25; 'message-id:@mail.gmail.com': 0.28; 'error': 0.29; 'server': 0.29; 'changes': 0.29; 'asynchronous': 0.31; 'handling': 0.33; 'received:209.85': 0.37; 'url:python': 0.37; 'issue': 0.37; 'to:addr:python-announce-list': 0.38; 'received:google.com': 0.38; 'url:org': 0.38; 'received:209.85.214': 0.39; 'sources': 0.39; 'to:addr:python.org': 0.39; 'received:209': 0.39; 'add': 0.39; 'feed': 0.40; 'header:Received:5': 0.40; 'facebook.': 0.60; 'results': 0.61; 'url:0': 0.69; 'introduce': 0.78; '0.8': 0.84; 'querying': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:from:date:message-id:subject:to :content-type; bh=lsUI6bw+wvAoWmrc+GPBaeQDSrJfjlir1Xuogvj3gjY=; b=YOeJ+kkc1PpFImByYoLR0ulquyVB69o+MYdZpg0XRdkw0GdZ/oawzOItDfyO3szTLV 8KDGwvnrOoVm61/lD8ViDq/ZuW6j0qu1WZx6MQZk8CgVwPMjy5v3n4HSkDtU/xnXuXyq 9+Hf9IInD26Frue449i+JctJbyEb8GVb/68yk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; b=Dr53IxneEMLPEYWumoNEqdXQ/89EdmcvCn3wgJq69Pey+UoWqSdJb0Cqdw3agw6o81 U+QAF5E3ikt5cK93KsVCR62dEyVYshzhYl6yXjxTPdiS8sKm6/XIxc3fabK7aP2pCylE 9ZdzkNUuyvQsWNBeCXIaA4HjEYoDp5AZXXrZM= MIME-Version: 1.0 From: Jyrki Pulliainen Date: Thu, 31 Mar 2011 11:15:38 +0300 Subject: ANN: trombi 0.9.0 To: python-announce-list@python.org Content-Type: text/plain; charset=ISO-8859-1 X-Mailman-Approved-At: Thu, 31 Mar 2011 16:10:55 +0200 X-BeenThere: python-announce-list@python.org X-Mailman-Version: 2.1.12 Precedence: list Reply-To: python-list@python.org List-Id: Announcement-only list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Approved: python-announce-list@python.org Newsgroups: comp.lang.python.announce Message-ID: Lines: 31 NNTP-Posting-Host: 82.94.164.166 X-Trace: 1301580656 news.xs4all.nl 41117 [::ffff:82.94.164.166]:44735 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python.announce:61 Announcing Trombi version 0.9.0 Trombi is an asynchronous CouchDB client for Tornado, the asynchronous web server by Facebook. Version 0.9.0 brings following changes: Views: * Add support for querying _all_docs (Thanks Jeremy Kelley) * Add support for bulk_docs * Add support for changes feed * Introduce Paginator for paginating results (thanks Jarrod Baumann) Documents: * Drop support for Document._as_dict, which was deprecated in 0.8 Other: * Improve error handling in various places * Support Tornado's SimpleHTTPClient * Various bug fixes Trombi is available at PyPI: http://pypi.python.org/pypi/trombi/0.9.0 Sources and issue tracker are available in Github: https://github.com/inoi/trombi Documentation for 0.9.0 is available at: https://github.com/inoi/trombi Cheers, Jyrki Pulliainen