You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@zookeeper.apache.org by Hanno Schlichting <ha...@hannosch.eu> on 2013/08/01 20:09:01 UTC

ANN: Kazoo 1.2.1

Kazoo 1.2.1 has just been released.

This release includes a small number of bug fixes, two of which were
introduced in 1.2.

On behalf of the Kazoo team,
Hanno

Full changelog:

1.2.1 (2013-08-01)
------------------

Bug Handling
************

- Issue #108: Circular import fail when importing kazoo.recipe.watchers
  directly has now been resolved. Watchers and partitioner properly
  import
  the KazooState from kazoo.protocol.states rather than kazoo.client.
- Issue #109: Partials not usable properly as a datawatch call can now
be
  used. All funcs will be called with 3 args and fall back to 2 args if
  there's an argument error.
- Issue #106, #107: `client.create_async` didn't strip change root from
the
  returned path.