Skip to content

Commit be22ee5

Browse files
committed
Patch Release 2.2.6
1 parent 32a9285 commit be22ee5

File tree

3 files changed

+14
-1
lines changed

3 files changed

+14
-1
lines changed

CHANGES.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 2.2.6 (May 8, 2025)
2+
3+
Fixes
4+
* Only disable heartbeat thread once at beginning of join-group (#2617)
5+
16
# 2.2.5 (May 8, 2025)
27

38
Fixes

docs/changelog.rst

+8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
Changelog
22
=========
33

4+
2.2.6 (May 8, 2025)
5+
###################
6+
7+
Fixes
8+
-----
9+
* Only disable heartbeat thread once at beginning of join-group (#2617)
10+
11+
412
2.2.5 (May 8, 2025)
513
###################
614

kafka/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '2.2.5'
1+
__version__ = '2.2.6'

0 commit comments

Comments
 (0)