File tree Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 1- # 1.4.2 (Unreleased )
1+ # 1.4.2 (Mar 10, 2018 )
22
33Bugfixes
44* Close leaked selector in version check (dpkp #1425 )
2222Consumer
2323* Avoid tight poll loop in consumer when brokers are down (dpkp #1415 )
2424* Validate ` max_records ` in KafkaConsumer.poll (dpkp #1398 )
25+ * KAFKA-5512: Awake heartbeat thread when it is time to poll (dpkp #1439 )
2526
2627Producer
2728* Validate that serializers generate bytes-like (or None) data (dpkp #1420 )
@@ -36,10 +37,12 @@ Test Infrastructure
3637* Introduce new fixtures to prepare for migration to pytest (asdaraujo #1293 )
3738* Removed pytest-catchlog dependency (asdaraujo #1380 )
3839* Fixes racing condition when message is sent to broker before topic logs are created (asdaraujo #1293 )
40+ * Add kafka 1.0.1 release to test fixtures (dpkp #1437 )
3941
4042Logging / Error Messages
4143* Re-enable logging during broker version check (dpkp #1430 )
4244* Connection logging cleanups (dpkp #1432 )
45+ * Remove old CommitFailed error message from coordinator (dpkp #1436 )
4346
4447
4548# 1.4.1 (Feb 9, 2018)
Original file line number Diff line number Diff line change 11Changelog
22=========
33
4- 1.4.2 (Unreleased )
5- ##################
4+ 1.4.2 (Mar 10, 2018 )
5+ ####################
66
77Bugfixes
88--------
@@ -29,6 +29,7 @@ Consumer
2929--------
3030* Avoid tight poll loop in consumer when brokers are down (dpkp #1415)
3131* Validate `max_records ` in KafkaConsumer.poll (dpkp #1398)
32+ * KAFKA-5512: Awake heartbeat thread when it is time to poll (dpkp #1439)
3233
3334Producer
3435--------
@@ -46,11 +47,13 @@ Test Infrastructure
4647* Introduce new fixtures to prepare for migration to pytest (asdaraujo #1293)
4748* Removed pytest-catchlog dependency (asdaraujo #1380)
4849* Fixes racing condition when message is sent to broker before topic logs are created (asdaraujo #1293)
50+ * Add kafka 1.0.1 release to test fixtures (dpkp #1437)
4951
5052Logging / Error Messages
5153------------------------
5254* Re-enable logging during broker version check (dpkp #1430)
5355* Connection logging cleanups (dpkp #1432)
56+ * Remove old CommitFailed error message from coordinator (dpkp #1436)
5457
5558
56591.4.1 (Feb 9, 2018)
Original file line number Diff line number Diff line change 1- __version__ = '1.4.2.dev '
1+ __version__ = '1.4.2'
You can’t perform that action at this time.
0 commit comments