Skip to content

2.4.0

Compare
Choose a tag to compare
@bbangert bbangert released this 14 Jun 15:54
· 182 commits to master since this release

PYTHON SUPPORTED VERSIONS CHANGE: Please note that Kazoo no longer tests
on Python 2.6 or 3.3. Tested versions are 2.7, 3.4, 3.5, 3.6, and PyPy. The
multiple endpoint support for KazooClient may not work correctly on 2.6.

Bug Fixes

  • add missed parens to LockingQueue function call. (88cf4aa7)
  • core: revert PR #305 SetWatches which caused RuntimeError (a7b45390)

Features

  • pep8 all the things (92880342, closes #445)
  • drop Python 2.6/3.3 official support, add 3.5/3.6 testing (2faba9ff, closes #441)
  • core:
    • allow multiple endpoints in KazooClient hosts arg (72a8d96c, closes #411)
    • use epoll when available to support fds > 1023 (267e61b4, closes #171)
  • recipe: Add TreeCache recipe (ec8b337e)