Skip to content

Commit d8c9bb1

Browse files
committed
Patch Release 2.2.4
1 parent d9c2009 commit d8c9bb1

File tree

3 files changed

+18
-1
lines changed

3 files changed

+18
-1
lines changed

CHANGES.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# 2.2.4 (May 3, 2025)
2+
3+
Fixes
4+
* Do not `reset_generation` after RebalanceInProgressError; improve CommitFailed error messages (#2614)
5+
* Fix KafkaConsumer.poll() with zero timeout (#2613)
6+
* Fix Fetch._reset_offsets_async() KeyError when fetching from multiple nodes (#2612)
7+
18
# 2.2.3 (May 1, 2025)
29

310
Fixes

docs/changelog.rst

+10
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
Changelog
22
=========
33

4+
2.2.4 (May 3, 2025)
5+
###################
6+
7+
Fixes
8+
-----
9+
* Do not `reset_generation` after RebalanceInProgressError; improve CommitFailed error messages (#2614)
10+
* Fix KafkaConsumer.poll() with zero timeout (#2613)
11+
* Fix Fetch._reset_offsets_async() KeyError when fetching from multiple nodes (#2612)
12+
13+
414
2.2.3 (May 1, 2025)
515
###################
616

kafka/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '2.2.3'
1+
__version__ = '2.2.4'

0 commit comments

Comments
 (0)