Skip to content

Commit 48dd596

Browse files
committed
Patch Release 2.2.9
1 parent bd21713 commit 48dd596

File tree

3 files changed

+21
-1
lines changed

3 files changed

+21
-1
lines changed

CHANGES.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# 2.2.9 (May 21, 2025)
2+
3+
Fixes
4+
* Do not reset fetch positions if offset commit fetch times out (#2629)
5+
6+
Logging / Error Messages
7+
* More / updated debug logging for coordinator / consumer (#2630)
8+
19
# 2.2.8 (May 20, 2025)
210

311
Fixes

docs/changelog.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
Changelog
22
=========
33

4+
2.2.9 (May 21, 2025)
5+
####################
6+
7+
Fixes
8+
-----
9+
* Do not reset fetch positions if offset commit fetch times out (#2629)
10+
11+
Logging / Error Messages
12+
------------------------
13+
* More / updated debug logging for coordinator / consumer (#2630)
14+
15+
416
2.2.8 (May 20, 2025)
517
####################
618

kafka/version.py

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

0 commit comments

Comments
 (0)