Age | Commit message (Collapse) | Author | Files | Lines |
|
2.6.1:
Bug Fixes
* **client:** add missing paren
* **core:**
* support deprecated KazooRetry argument
* reduce timeout for the first Connect() request
* **handlers:** make AsyncResult call all registered callbacks instantly if the handler has stopped running
* **recipe:**
* No more memory leak when ChildrenWatch was stopped
* No more memory leak once TreeCache was closed
2.6.0:
Features
* **core:**
* add SASL DIGEST-MD5 support
* Added SSL support
* **tests:**
* update Zookeeper 3.5.2-alpha to 3.5.4-beta
* update Zookeeper version from 3.4.10 to 3.4.13
Bug Fixes
* **core:**
* ensure timeout argument is positive
* get_children with include_data=True uses GetChildren2 types
* allow authentification in RO and RW modes
* Use a copy of auth data when reconnecting
* change KazooRetry to uniformly jitter over the whole backoff interval
* **recipe:** Delete lock node in queue recipe if entry already consumed
Doc
* make badges link to travis and pypi
* specify description type for pypi to render correctly
* remove broken downloads badge
* **core:** fix broken zookeeper programmers guide link
|
|
2.5.0:
Performance
recipe: Give TreeCache standalone queue
Doc
Correctly document supported versions
Add license to Wheel
minor tweaks to contributing.md
Features
recipe: allow non ephemeral locking
Chore
drop python 2.6 compatible gevent
remove debian packaging
stop bundling virtualenv
remove python 3.3 from tox
remove easy_install instructions
Bug Fixes
Pass watch as keyword arg instead of positional arg
need gevent >= 1.2, not > 1.1
Remove use of "async" as a variable
core:
- Fix gevent 1.3b1+ timeout import
- Correctly fire multiple callbacks
- resolve race in IAsyncResult.wait()
recipe:
- conn hangs when TreeCache refreshing
- Unexpected exceptions break TreeCache
Refactor
Unify queue factory in various handlers
|
|
|
|
Changes 2.4.0:
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.
* **core:** revert 305 SetWatches which caused RuntimeError
Features
* pep8 all the thingsloses
* drop Python 2.6/3.3 official support, add 3.5/3.6 testingloses
* **core:**
* allow multiple endpoints in KazooClient hosts arg
* use epoll when available to support fds > 1023
* **recipe:** Add TreeCache recipe
|
|
|
|
Problems found with existing digests:
Package memconf distfile memconf-2.16/memconf.gz
b6f4b736cac388dddc5070670351cf7262aba048 [recorded]
95748686a5ad8144232f4d4abc9bf052721a196f [calculated]
Problems found locating distfiles:
Package dc-tools: missing distfile dc-tools/abs0-dc-burn-netbsd-1.5-0-gae55ec9
Package ipw-firmware: missing distfile ipw2100-fw-1.2.tgz
Package iwi-firmware: missing distfile ipw2200-fw-2.3.tgz
Package nvnet: missing distfile nvnet-netbsd-src-20050620.tgz
Package syslog-ng: missing distfile syslog-ng-3.7.2.tar.gz
Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden). All existing
SHA1 digests retained for now as an audit trail.
|
|
----------------
Documentation
*************
- Extend support to Python 3.4, deprecating Python 3.2.
- Issue #198: Mention Zake as a sophisticated kazoo mock testing library.
- Issue #181: Add documentation on basic logging setup.
|
|
kazoo implements a higher level API to Apache Zookeeper for Python clients.
|