- update to 2.4.0:
* add missed parens to LockingQueue function call.
* revert PR #305 SetWatches which caused RuntimeError
* pep8 all the things
* drop Python 2.6/3.3 official support, add 3.5/3.6 testing
* allow multiple endpoints in KazooClient hosts arg
* use epoll when available to support fds > 1023
* Add TreeCache recipe
* update MANIFEST.in to reflect changes to filenames
* add travis deployment and update ZK versions
* allow having observers and different sized clusters
* fully resolve multiple records for hosts in the zookeeper
connection string
* Fix the recipe examples, so they actually work by connecting to
ZooKeeper. Without start() they just hang and can't be killed.
OBS-URL: https://build.opensuse.org/request/show/518136
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kazoo?expand=0&rev=7
* Issue #234: Add support for reconfig cluster membership operation
* Start running tests against Zookeeper 3.5.0 alpha and explicitly configure
the `admin.serverPort` in tests to avoid port conflicts. The Zookeeper
alpha version is not yet officially supported.
* Integrate eventlet *handler* support into kazoo so that along with [gevent,
threading] handlers there can now be a dedicated eventlet handler for
projects that need to (or want to) use eventlet (such as those working
in the openstack community). The ``requirements_eventlet.txt`` file lists
the optional eventlet requirement(s) that needs to be satisfied when this
new handler is used.
* Use ``six`` to nicely handle the cross compatibility of kazoo with
python 2.x and 3.x (reducing/removing the need to have custom compatibility
code that replicates what six already provides).
* Add ``state_change_event`` to ``kazoo.recipe.partitioner.SetPartitioner``
which is set on every state change.
* Add a NonBlockingLease recipe. The recipe allows e.g. cron jobs scheduled
on multiple machines to ensure that at most N instances will run a particular
job, with lease timeout for graceful handover in case of node failures.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kazoo?expand=0&rev=5