Skip to content

Commit

Permalink
Patch Release 1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Dana Powers committed Mar 11, 2018
1 parent 9998604 commit bfc8f6a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 1.4.2 (Unreleased)
# 1.4.2 (Mar 10, 2018)

Bugfixes
* Close leaked selector in version check (dpkp #1425)
Expand All @@ -22,6 +22,7 @@ Client
Consumer
* Avoid tight poll loop in consumer when brokers are down (dpkp #1415)
* Validate `max_records` in KafkaConsumer.poll (dpkp #1398)
* KAFKA-5512: Awake heartbeat thread when it is time to poll (dpkp #1439)

Producer
* Validate that serializers generate bytes-like (or None) data (dpkp #1420)
Expand All @@ -36,10 +37,12 @@ Test Infrastructure
* Introduce new fixtures to prepare for migration to pytest (asdaraujo #1293)
* Removed pytest-catchlog dependency (asdaraujo #1380)
* Fixes racing condition when message is sent to broker before topic logs are created (asdaraujo #1293)
* Add kafka 1.0.1 release to test fixtures (dpkp #1437)

Logging / Error Messages
* Re-enable logging during broker version check (dpkp #1430)
* Connection logging cleanups (dpkp #1432)
* Remove old CommitFailed error message from coordinator (dpkp #1436)


# 1.4.1 (Feb 9, 2018)
Expand Down
7 changes: 5 additions & 2 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Changelog
=========

1.4.2 (Unreleased)
##################
1.4.2 (Mar 10, 2018)
####################

Bugfixes
--------
Expand All @@ -29,6 +29,7 @@ Consumer
--------
* Avoid tight poll loop in consumer when brokers are down (dpkp #1415)
* Validate `max_records` in KafkaConsumer.poll (dpkp #1398)
* KAFKA-5512: Awake heartbeat thread when it is time to poll (dpkp #1439)

Producer
--------
Expand All @@ -46,11 +47,13 @@ Test Infrastructure
* Introduce new fixtures to prepare for migration to pytest (asdaraujo #1293)
* Removed pytest-catchlog dependency (asdaraujo #1380)
* Fixes racing condition when message is sent to broker before topic logs are created (asdaraujo #1293)
* Add kafka 1.0.1 release to test fixtures (dpkp #1437)

Logging / Error Messages
------------------------
* Re-enable logging during broker version check (dpkp #1430)
* Connection logging cleanups (dpkp #1432)
* Remove old CommitFailed error message from coordinator (dpkp #1436)


1.4.1 (Feb 9, 2018)
Expand Down
2 changes: 1 addition & 1 deletion kafka/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.4.2.dev'
__version__ = '1.4.2'

0 comments on commit bfc8f6a

Please sign in to comment.