Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit d8c9bb1

Browse filesBrowse files
committed
Patch Release 2.2.4
1 parent d9c2009 commit d8c9bb1
Copy full SHA for d8c9bb1

File tree

3 files changed

+18
-1
lines changed
Filter options

3 files changed

+18
-1
lines changed

‎CHANGES.md

Copy file name to clipboardExpand all lines: CHANGES.md
+7Lines changed: 7 additions & 0 deletions
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

Copy file name to clipboardExpand all lines: docs/changelog.rst
+10Lines changed: 10 additions & 0 deletions
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

Copy file name to clipboard
+1-1Lines changed: 1 addition & 1 deletion
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.