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 41966dd commit 7c750cdCopy full SHA for 7c750cd
CHANGES.md
@@ -1,3 +1,9 @@
1
+# 2.2.14 (June 27, 2025)
2
+
3
+Fixes
4
+* python2 fixups (#2655)
5
+* Fix coordinator lock contention during close() (#2652)
6
7
# 2.2.13 (June 20, 2025)
8
9
Fixes
docs/changelog.rst
@@ -1,6 +1,14 @@
Changelog
=========
+2.2.14 (June 27, 2025)
+######################
10
11
12
2.2.13 (June 20, 2025)
13
######################
14
kafka/version.py
@@ -1 +1 @@
-__version__ = '2.2.13'
+__version__ = '2.2.14'
0 commit comments