File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # 2.3.2 (Jun 3, 2026)
2+
3+ Fixes
4+ * kafka.conn: Improve error handling for sasl authenticate mechanisms
5+ * kafka.net: Validate SASL/SCRAM iterations (#3026 )
6+ * KafkaProtocol: validate network frame size (backport of #3019 )
7+ * Clear ` _callbacks ` /` _errbacks ` list when future ` is_done ` to avoid reference cycles (#2891 )
8+
19# 2.3.1 (Apr 9, 2026)
210
311Fixes
Original file line number Diff line number Diff line change 11Changelog
22=========
33
4+ 2.3.2 (Jun 3, 2026)
5+ ###################
6+
7+ Fixes
8+ -----
9+ * kafka.conn: Improve error handling for sasl authenticate mechanisms
10+ * kafka.net: Validate SASL/SCRAM iterations (#3026)
11+ * KafkaProtocol: validate network frame size (backport of #3019)
12+ * Clear `_callbacks `/`_errbacks ` list when future `is_done ` to avoid reference cycles (#2891)
13+
14+
4152.3.1 (Apr 9, 2026)
516###################
617
Original file line number Diff line number Diff line change 1- __version__ = '2.3.1 '
1+ __version__ = '2.3.2 '
You can’t perform that action at this time.
0 commit comments