File tree Expand file tree Collapse file tree 2 files changed +67
-0
lines changed Expand file tree Collapse file tree 2 files changed +67
-0
lines changed Original file line number Diff line number Diff line change
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
+
1
31
# 1.0.1 (Feb 19, 2016)
2
32
3
33
Consumers
Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
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
+
4
41
1.0.1 (Feb 19, 2016)
5
42
####################
6
43
You can’t perform that action at this time.
0 commit comments