Skip to content
This repository was archived by the owner on Mar 24, 2021. It is now read-only.

Commit 8ad614e

Browse files
committed
changelog updates for 2.0.3, dev version
1 parent bd844cd commit 8ad614e

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

CHANGES.rst

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,32 @@
11
Changelog
22
=========
33

4+
2.0.3 (2015-11-10)
5+
------------------
6+
7+
`Compare 2.0.3`_
8+
9+
.. _Compare 2.0.3: https://github.com/Parsely/pykafka/compare/2.0.2...bd844cd66e79b3e0a56dd92a2aae4579a9046e8e
10+
11+
Features
12+
********
13+
14+
* Raise exceptions from worker threads to the main thread in `BalancedConsumer`
15+
* Call `stop()` when `BalancedConsumer` is finalized to minimize zombie threads
16+
17+
Bug Fixes
18+
*********
19+
20+
* Use weak references in `BalancedConsumer` workers to avoid zombie threads creating
21+
memory leaks
22+
* Stabilize `BalancedConsumer.start()`
23+
* Fix a bug in `TopicDict.values()` causing topics to be listed as `None`
24+
* Handle `IOError` in `BrokerConnection` and `socket.recvall_into`
25+
* Unconditionally update partitions' leaders after metadata requests
26+
* Fix thread-related memory leaks in `Producer`
27+
* Handle connection errors during offset commits
28+
* Fix an interpreter error in `SimpleConsumer`
29+
430
2.0.2 (2015-10-29)
531
------------------
632

pykafka/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from .client import KafkaClient
88
from .balancedconsumer import BalancedConsumer
99

10-
__version__ = '2.0.3'
10+
__version__ = '2.0.4-dev'
1111

1212

1313
__all__ = ["Broker", "SimpleConsumer", "Cluster", "Partition", "Producer",

0 commit comments

Comments
 (0)