File tree 3 files changed +29
-1
lines changed
3 files changed +29
-1
lines changed Original file line number Diff line number Diff line change
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
+
1
14
# 1.2.1 (June 1, 2016)
2
15
3
16
Bugfixes
Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
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
+
4
19
1.2.1 (June 1, 2016)
5
20
####################
6
21
Original file line number Diff line number Diff line change 1
- __version__ = '1.2.2.dev '
1
+ __version__ = '1.2.2'
You can’t perform that action at this time.
0 commit comments