We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7536bcb commit bf77e9aCopy full SHA for bf77e9a
CHANGES.md
@@ -1,3 +1,9 @@
1
+# 2.2.5 (May 8, 2025)
2
+
3
+Fixes
4
+* Fix producer busy loop with no pending batches (#2616)
5
+* Fixup py27 fetcher test failure
6
7
# 2.2.4 (May 3, 2025)
8
9
Fixes
docs/changelog.rst
@@ -1,6 +1,15 @@
Changelog
=========
+2.2.5 (May 8, 2025)
+###################
+-----
10
11
12
13
2.2.4 (May 3, 2025)
14
###################
15
kafka/version.py
@@ -1 +1 @@
-__version__ = '2.2.5.dev'
+__version__ = '2.2.5'
0 commit comments