Skip to content

Commit bf77e9a

Browse files
committed
Patch Release 2.2.5
1 parent 7536bcb commit bf77e9a

File tree

3 files changed

+16
-1
lines changed

3 files changed

+16
-1
lines changed

CHANGES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
17
# 2.2.4 (May 3, 2025)
28

39
Fixes

docs/changelog.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
Changelog
22
=========
33

4+
2.2.5 (May 8, 2025)
5+
###################
6+
7+
Fixes
8+
-----
9+
* Fix producer busy loop with no pending batches (#2616)
10+
* Fixup py27 fetcher test failure
11+
12+
413
2.2.4 (May 3, 2025)
514
###################
615

kafka/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '2.2.5.dev'
1+
__version__ = '2.2.5'

0 commit comments

Comments
 (0)