Skip to content

Commit 47c5045

Browse files
committed
Patch Release 1.2.2
1 parent ccbb189 commit 47c5045

File tree

3 files changed

+29
-1
lines changed

3 files changed

+29
-1
lines changed

CHANGES.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# 1.2.2 (June 21, 2016)
2+
3+
Bugfixes
4+
* Clarify timeout unit in KafkaProducer close and flush (ms7s PR 734)
5+
* Avoid busy poll during metadata refresh failure with retry_backoff_ms (dpkp PR 733)
6+
* Check_version should scan nodes until version found or timeout (dpkp PR 731)
7+
* Fix bug which could cause least_loaded_node to always return the same unavailable node (dpkp PR 730)
8+
* Fix producer garbage collection with weakref in atexit handler (dpkp PR 728)
9+
* Close client selector to fix fd leak (msmith PR 729)
10+
* Tweak spelling mistake in error const (steve8918 PR 719)
11+
* Rearrange connection tests to separate legacy KafkaConnection
12+
13+
114
# 1.2.1 (June 1, 2016)
215

316
Bugfixes

docs/changelog.rst

+15
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
Changelog
22
=========
33

4+
1.2.2 (June 21, 2016)
5+
#####################
6+
7+
Bugfixes
8+
--------
9+
* Clarify timeout unit in KafkaProducer close and flush (ms7s PR 734)
10+
* Avoid busy poll during metadata refresh failure with retry_backoff_ms (dpkp PR 733)
11+
* Check_version should scan nodes until version found or timeout (dpkp PR 731)
12+
* Fix bug which could cause least_loaded_node to always return the same unavailable node (dpkp PR 730)
13+
* Fix producer garbage collection with weakref in atexit handler (dpkp PR 728)
14+
* Close client selector to fix fd leak (msmith PR 729)
15+
* Tweak spelling mistake in error const (steve8918 PR 719)
16+
* Rearrange connection tests to separate legacy KafkaConnection
17+
18+
419
1.2.1 (June 1, 2016)
520
####################
621

kafka/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '1.2.2.dev'
1+
__version__ = '1.2.2'

0 commit comments

Comments
 (0)