Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion CouchDB-Python 0.8

Received: by 10.14.127.134 with SMTP id d6mr161050eei.0.1281704484995;
        Fri, 13 Aug 2010 06:01:24 -0700 (PDT)
X-BeenThere: couchdb-python@googlegroups.com
Received: by 10.14.46.205 with SMTP id r53ls91972eeb.7.p; Fri, 13 Aug 2010
 06:01:21 -0700 (PDT)
Received: by 10.14.45.9 with SMTP id o9mr164532eeb.7.1281704481244;
        Fri, 13 Aug 2010 06:01:21 -0700 (PDT)
Received: by 10.14.45.9 with SMTP id o9mr164531eeb.7.1281704481216;
        Fri, 13 Aug 2010 06:01:21 -0700 (PDT)
Return-Path: <djc.ocht...@gmail.com>
Received: from mail-ew0-f50.google.com (mail-ew0-f50.google.com [209.85.215.50])
        by gmr-mx.google.com with ESMTP id r57si2884816eeh.1.2010.08.13.06.01.20;
        Fri, 13 Aug 2010 06:01:20 -0700 (PDT)
Received-SPF: pass (google.com: domain of djc.ocht...@gmail.com designates 209.85.215.50 as permitted sender) client-ip=209.85.215.50;
Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of djc.ocht...@gmail.com designates 209.85.215.50 as permitted sender) smtp.mail=djc.ocht...@gmail.com; dkim=pass (test mode) header...@gmail.com
Received: by mail-ew0-f50.google.com with SMTP id 24so1285696ewy.23
        for <couchdb-python@googlegroups.com>; Fri, 13 Aug 2010 06:01:20 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=gmail.com; s=gamma;
        h=domainkey-signature:received:mime-version:sender:received:from:date
         :x-google-sender-auth:message-id:subject:to:content-type;
        bh=7L22hA31YRtIfdUDwMXcjw70FEB2eFji4OF318PZm7Q=;
        b=No79YHDh/QqigBIZWnVpOeA+JZF/nsuKqiydZABRM8xBm+gZ6QZ9AFk1J5JgtmBPZL
         8m0gPA9SV5kTz0lMAC2R/VQ4krx2sArbHqON0ajuCWGVWocRojKWo4yE8hFFFEDtK58o
         pnIj2lJ9hnKIuaQvZ4WIvsLrJXyLFAdBfJ5s8=
DomainKey-Signature: a=rsa-sha1; c=nofws;
        d=gmail.com; s=gamma;
        h=mime-version:sender:from:date:x-google-sender-auth:message-id
         :subject:to:content-type;
        b=voC4qvLfoXSIkevhJzvpfb7vbCAD8oVAOJQHwtkis4o5poFkY03XTv/3lAbUgyImbd
         QltMppT/X9E4FSz9E98ss2z5Mr0vQLHgzlLIDWqGeSiviU2fS2K+zWDrTgesBubGDcYv
         zKLewfXY00YRYl74FOY3F+/BNivCEGS+vDHRw=
Received: by 10.216.181.6 with SMTP id k6mr7922082wem.42.1281704479996; Fri,
 13 Aug 2010 06:01:19 -0700 (PDT)
MIME-Version: 1.0
Sender: djc.ocht...@gmail.com
Received: by 10.216.56.65 with HTTP; Fri, 13 Aug 2010 06:00:59 -0700 (PDT)
From: Dirkjan Ochtman <dirk...@ochtman.nl>
Date: Fri, 13 Aug 2010 15:00:59 +0200
Message-ID: <AANLkTimooKOvFK04irp0+1GxSFCSJOE=gCGMXZOQ_...@mail.gmail.com>
Subject: [ANN] CouchDB-Python 0.8
To: couchdb-python@googlegroups.com, u...@couchdb.apache.org
Content-Type: text/plain; charset=UTF-8

Hello all,

We have a new release of CouchDB-Python for you today: 0.8.

In this release, we've reworked the replication scripts we ship to be
more up-to-date and easier to use. We also updated our code to work
with CouchDB 1.0.x and Python 2.7.x. Finally, we reworked our
documentation: we now have online documentation generated with the
wonderful Sphinx tool (see link below).

 * The couchdb-replicate script has changed from being a poor man's version of
   continuous replication (predating it) to being a simple script to help
   kick off replication jobs across databases and servers.
 * Reinclude all http exception types in the 'couchdb' package's scope.
 * Replaced epydoc API docs by more extensive Sphinx-based documentation.
 * Request retries schedule and frequency are now customizable.
 * Allow more kinds of request errors to trigger a retry.
 * Improve wrapping of view results.
 * Added a `uuids()` method to the `client.Server` class (issue 122).
 * Tested with CouchDB 0.10 - 1.0 (and Python 2.4 - 2.7).

It can be downloaded from PyPI here:

 <http://pypi.python.org/pypi/CouchDB>

To report bugs, join the mailing list, etc, start with the project homepage:

 <http://code.google.com/p/couchdb-python/>

Start reading the documentation hosted on PyPI:

 <http://packages.python.org/CouchDB/>

Many thanks to everyone who contributed patches and bug reports!

Cheers,

Dirkjan