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 )
2
2
3
3
Bugfixes
4
4
* Close leaked selector in version check (dpkp #1425 )
22
22
Consumer
23
23
* Avoid tight poll loop in consumer when brokers are down (dpkp #1415 )
24
24
* Validate ` max_records ` in KafkaConsumer.poll (dpkp #1398 )
25
+ * KAFKA-5512: Awake heartbeat thread when it is time to poll (dpkp #1439 )
25
26
26
27
Producer
27
28
* Validate that serializers generate bytes-like (or None) data (dpkp #1420 )
@@ -36,10 +37,12 @@ Test Infrastructure
36
37
* Introduce new fixtures to prepare for migration to pytest (asdaraujo #1293 )
37
38
* Removed pytest-catchlog dependency (asdaraujo #1380 )
38
39
* 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 )
39
41
40
42
Logging / Error Messages
41
43
* Re-enable logging during broker version check (dpkp #1430 )
42
44
* Connection logging cleanups (dpkp #1432 )
45
+ * Remove old CommitFailed error message from coordinator (dpkp #1436 )
43
46
44
47
45
48
# 1.4.1 (Feb 9, 2018)
Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
4
- 1.4.2 (Unreleased )
5
- ##################
4
+ 1.4.2 (Mar 10, 2018 )
5
+ ####################
6
6
7
7
Bugfixes
8
8
--------
@@ -29,6 +29,7 @@ Consumer
29
29
--------
30
30
* Avoid tight poll loop in consumer when brokers are down (dpkp #1415)
31
31
* Validate `max_records ` in KafkaConsumer.poll (dpkp #1398)
32
+ * KAFKA-5512: Awake heartbeat thread when it is time to poll (dpkp #1439)
32
33
33
34
Producer
34
35
--------
@@ -46,11 +47,13 @@ Test Infrastructure
46
47
* Introduce new fixtures to prepare for migration to pytest (asdaraujo #1293)
47
48
* Removed pytest-catchlog dependency (asdaraujo #1380)
48
49
* 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)
49
51
50
52
Logging / Error Messages
51
53
------------------------
52
54
* Re-enable logging during broker version check (dpkp #1430)
53
55
* Connection logging cleanups (dpkp #1432)
56
+ * Remove old CommitFailed error message from coordinator (dpkp #1436)
54
57
55
58
56
59
1.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