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/09/25 09:50:40 UTC

ANN: Kazoo 1.3.1

Kazoo 1.3.1 has just been released.

This release fixes a couple of annoying bugs, one of which prevented
gevent support from working correctly (#126).

On behalf of the Kazoo team,
Hanno

Full changelog:

1.3.1 (2013-09-25)
------------------

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

- #118, #125, #128: Fix unknown variable in KazooClient `command_retry`
  argument handling.

- #126: Fix `KazooRetry.copy` to correctly copy sleep function.

- #118: Correct session/socket timeout conversion (int vs. float).

Documentation
*************

- #121: Add a note about `kazoo.recipe.queue.LockingQueue` requiring a
Zookeeper 3.4+ server.