Skip to content

Commit bfc8f6a

Browse files
author
Dana Powers
committed
Patch Release 1.4.2
1 parent 9998604 commit bfc8f6a

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

CHANGES.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 1.4.2 (Unreleased)
1+
# 1.4.2 (Mar 10, 2018)
22

33
Bugfixes
44
* Close leaked selector in version check (dpkp #1425)
@@ -22,6 +22,7 @@ Client
2222
Consumer
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

2627
Producer
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

4042
Logging / 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)

docs/changelog.rst

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Changelog
22
=========
33

4-
1.4.2 (Unreleased)
5-
##################
4+
1.4.2 (Mar 10, 2018)
5+
####################
66

77
Bugfixes
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

3334
Producer
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

5052
Logging / 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

5659
1.4.1 (Feb 9, 2018)

kafka/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '1.4.2.dev'
1+
__version__ = '1.4.2'

0 commit comments

Comments
 (0)