File tree Expand file tree Collapse file tree 3 files changed +29
-1
lines changed Expand file tree Collapse file tree 3 files changed +29
-1
lines changed Original file line number Diff line number Diff line change 1+ # 2.2.8 (May 20, 2025)
2+
3+ Fixes
4+ * Wait for next heartbeat in thread loop; check for connected coordinator (#2622 )
5+ * Acquire client lock in heartbeat thread before sending requests (#2620 )
6+
7+ Logging / Error Messages
8+ * Log all SyncGroupResponse errors as info+
9+ * More coordinator / heartbeat logging (#2621 )
10+ * Fix timeout seconds error message in KafkaProducer (#2627 )
11+ * Update offset commit error handling; use RebalanceInProgressError if applicable (#2623 )
12+
113# 2.2.7 (May 13, 2025)
214
315Fixes
Original file line number Diff line number Diff line change 11Changelog
22=========
33
4+ 2.2.8 (May 20, 2025)
5+ ####################
6+
7+ Fixes
8+ -----
9+ * Wait for next heartbeat in thread loop; check for connected coordinator (#2622)
10+ * Acquire client lock in heartbeat thread before sending requests (#2620)
11+
12+ Logging / Error Messages
13+ ------------------------
14+ * Log all SyncGroupResponse errors as info+
15+ * More coordinator / heartbeat logging (#2621)
16+ * Fix timeout seconds error message in KafkaProducer (#2627)
17+ * Update offset commit error handling; use RebalanceInProgressError if applicable (#2623)
18+
19+
4202.2.7 (May 13, 2025)
521####################
622
Original file line number Diff line number Diff line change 1- __version__ = '2.2.7 '
1+ __version__ = '2.2.8 '
You can’t perform that action at this time.
0 commit comments