We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cef0ea6 commit 2767d14Copy full SHA for 2767d14
CHANGES.md
@@ -1,3 +1,9 @@
1
+# 2.2.3 (May 1, 2025)
2
+
3
+Fixes
4
+* Ignore leading SECURITY_PROTOCOL:// in bootstrap_servers (#2608)
5
+* Only create fetch requests for ready nodes (#2607)
6
7
# 2.2.2 (Apr 30, 2025)
8
9
Fixes
docs/changelog.rst
@@ -1,6 +1,15 @@
Changelog
=========
+2.2.3 (May 1, 2025)
+###################
+-----
10
11
12
13
2.2.2 (Apr 30, 2025)
14
####################
15
kafka/version.py
@@ -1 +1 @@
-__version__ = '2.2.3.dev'
+__version__ = '2.2.3'
0 commit comments