File tree 3 files changed +18
-1
lines changed
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
+
1
8
# 2.2.3 (May 1, 2025)
2
9
3
10
Fixes
Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
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
+
4
14
2.2.3 (May 1, 2025)
5
15
###################
6
16
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