Minor release to switch from nose to pytest for build tests
0.1.1
Version 0.1.0 had a major flaw in the protocol implementation where byte arrays were defined as having a 2 byte size preceeding them, rather than a 4 byte size. This release fixes that, and adds a minor fix to group member assignments discovered when resolving that issue.
0.1.0
Major Features: - Assigner - Rack-aware partition balance. - Addition of support for sizing through JMX. - Introduced the rate balance module. - Protocol - Added Kafka protocol request and response definitions - Added a kafka-protocol endpoint for sending requests to brokers - Client - Created an administrative (no fetch/produce) client for Kafka to get information and manage offsets
Minor Features: - --exclude-topics option to skip operating on specific topics. - Added a --version flag. - Removed support for Python 2.6. - Various bug fixes for even and rackaware balancing.
0.0.2
Major Updates: - Critical fixes to balance by count. - Remove dependency on Paramiko.
Minor Changes: - Updates to documentation structure - Code complexity fixes