File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed
Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,9 @@ Improvements
77* Core Protocol: Add support for flexible versions (#2151 )
88* (Internal) Allow disabling thread wakeup in _ send_request_to_node (#2335 )
99* Change loglevel of cancelled errors to info (#2467 )
10+ * Strip trailing dot off hostname for SSL validation. (#2472 )
11+ * Log connection close(error) at ERROR level (#2473 )
12+ * Support DescribeLogDirs admin api (#2475 )
1013
1114Compatibility
1215* Support for python 3.12 (#2379 , #2382 )
@@ -22,6 +25,7 @@ Documentation
2225* Cleanup install instructions for optional libs (#2139 )
2326* Update license_file to license_files (#2462 )
2427* Update some RST documentation syntax (#2463 )
28+ * Add .readthedocs.yaml; update copyright date (#2474 )
2529
2630Fixes
2731* Use isinstance in builtin crc32 (#2329 )
@@ -42,6 +46,9 @@ Testing
4246* Use assert_called_with in client_async tests (#2375 )
4347* Cover sticky assignor's metadata method with tests (#2161 )
4448* Update fixtures.py to check "127.0.0.1" for auto port assignment (#2384 )
49+ * Use -Djava.security.manager=allow for Java 23 sasl tests (#2469 )
50+ * Test with Java 23 (#2470 )
51+ * Update kafka properties template; disable group rebalance delay (#2471 )
4552
4653# 2.0.2 (Sep 29, 2020)
4754
Original file line number Diff line number Diff line change @@ -13,6 +13,9 @@ Improvements
1313* Core Protocol: Add support for flexible versions (#2151)
1414* (Internal) Allow disabling thread wakeup in _send_request_to_node (#2335)
1515* Change loglevel of cancelled errors to info (#2467)
16+ * Strip trailing dot off hostname for SSL validation. (#2472)
17+ * Log connection close(error) at ERROR level (#2473)
18+ * Support DescribeLogDirs admin api (#2475)
1619
1720Compatibility
1821-------------
@@ -30,6 +33,7 @@ Documentation
3033* Cleanup install instructions for optional libs (#2139)
3134* Update license_file to license_files (#2462)
3235* Update some RST documentation syntax (#2463)
36+ * Add .readthedocs.yaml; update copyright date (#2474)
3337
3438Fixes
3539-----
@@ -52,6 +56,9 @@ Testing
5256* Use assert_called_with in client_async tests (#2375)
5357* Cover sticky assignor's metadata method with tests (#2161)
5458* Update fixtures.py to check "127.0.0.1" for auto port assignment (#2384)
59+ * Use -Djava.security.manager=allow for Java 23 sasl tests (#2469)
60+ * Test with Java 23 (#2470)
61+ * Update kafka properties template; disable group rebalance delay (#2471)
5562
5663
57642.0.2 (Sep 29, 2020)
You can’t perform that action at this time.
0 commit comments