Skip to content

Commit 68b7dc3

Browse files
committed
Update changelog for 1.0.2 release
1 parent d3743a0 commit 68b7dc3

File tree

2 files changed

+67
-0
lines changed

2 files changed

+67
-0
lines changed

CHANGES.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,33 @@
1+
# 1.0.2 (Mar 14, 2016)
2+
3+
Consumers
4+
* Improve KafkaConsumer Heartbeat handling (dpkp PR 583)
5+
* Fix KafkaConsumer.position bug (stefanth PR 578)
6+
* Raise TypeError when partition is not a TopicPartition (dpkp PR 587)
7+
* KafkaConsumer.poll should sleep to prevent tight-loops (dpkp PR 597)
8+
9+
Producers
10+
* Fix producer threading bug that can crash sender (dpkp PR 590)
11+
* Fix bug in producer buffer pool reallocation (dpkp PR 585)
12+
* Remove spurious warnings when closing sync SimpleProducer (twm PR 567)
13+
* Fix FutureProduceResult.await() on python2.6 (dpkp)
14+
* Add optional timeout parameter to KafkaProducer.flush() (dpkp)
15+
* KafkaProducer Optimizations (zackdever PR 598)
16+
17+
Clients
18+
* Improve error handling in SimpleClient.load_metadata_for_topics (dpkp)
19+
* Improve handling of KafkaClient.least_loaded_node failure (dpkp PR 588)
20+
21+
Documentation
22+
* Fix KafkaError import error in docs (shichao-an PR 564)
23+
* Fix serializer / deserializer examples (scribu PR 573)
24+
25+
Internals
26+
* Update to Kafka 0.9.0.1 for integration testing
27+
* Fix ifr.future.failure in conn.py (mortenlj PR 566)
28+
* Improve Zookeeper / Kafka Fixture management (dpkp)
29+
30+
131
# 1.0.1 (Feb 19, 2016)
232

333
Consumers

docs/changelog.rst

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

4+
1.0.2 (Mar 14, 2016)
5+
####################
6+
7+
Consumers
8+
---------
9+
* Improve KafkaConsumer Heartbeat handling (dpkp PR 583)
10+
* Fix KafkaConsumer.position bug (stefanth PR 578)
11+
* Raise TypeError when partition is not a TopicPartition (dpkp PR 587)
12+
* KafkaConsumer.poll should sleep to prevent tight-loops (dpkp PR 597)
13+
14+
Producers
15+
---------
16+
* Fix producer threading bug that can crash sender (dpkp PR 590)
17+
* Fix bug in producer buffer pool reallocation (dpkp PR 585)
18+
* Remove spurious warnings when closing sync SimpleProducer (twm PR 567)
19+
* Fix FutureProduceResult.await() on python2.6 (dpkp)
20+
* Add optional timeout parameter to KafkaProducer.flush() (dpkp)
21+
* KafkaProducer optimizations (zackdever PR 598)
22+
23+
Clients
24+
-------
25+
* Improve error handling in SimpleClient.load_metadata_for_topics (dpkp)
26+
* Improve handling of KafkaClient.least_loaded_node failure (dpkp PR 588)
27+
28+
Documentation
29+
-------------
30+
* Fix KafkaError import error in docs (shichao-an PR 564)
31+
* Fix serializer / deserializer examples (scribu PR 573)
32+
33+
Internals
34+
---------
35+
* Update to Kafka 0.9.0.1 for integration testing
36+
* Fix ifr.future.failure in conn.py (mortenlj PR 566)
37+
* Improve Zookeeper / Kafka Fixture management (dpkp)
38+
39+
40+
441
1.0.1 (Feb 19, 2016)
542
####################
643

0 commit comments

Comments
 (0)