Skip to content

Commit 054b570

Browse files
committed
Patch Release 2.3.2
1 parent 0efe08b commit 054b570

3 files changed

Lines changed: 20 additions & 1 deletion

File tree

CHANGES.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
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

311
Fixes

docs/changelog.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
Changelog
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+
415
2.3.1 (Apr 9, 2026)
516
###################
617

kafka/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '2.3.1'
1+
__version__ = '2.3.2'

0 commit comments

Comments
 (0)