File tree Expand file tree Collapse file tree 3 files changed +18
-1
lines changed Expand file tree Collapse file tree 3 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 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
310Fixes
Original file line number Diff line number Diff line change 11Changelog
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+
4142.2.3 (May 1, 2025)
515###################
616
Original file line number Diff line number Diff line change 1- __version__ = '2.2.3 '
1+ __version__ = '2.2.4 '
You can’t perform that action at this time.
0 commit comments