Skip to content

Commit bcbd1b7

Browse files
committed
Patch Release 2.2.8
1 parent 95c2f3a commit bcbd1b7

File tree

3 files changed

+29
-1
lines changed

3 files changed

+29
-1
lines changed

CHANGES.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
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

315
Fixes

docs/changelog.rst

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,22 @@
11
Changelog
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+
420
2.2.7 (May 13, 2025)
521
####################
622

kafka/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '2.2.7'
1+
__version__ = '2.2.8'

0 commit comments

Comments
 (0)