Skip to content

Commit e22e41e

Browse files
committed
Patch Release 2.2.12
1 parent 0245352 commit e22e41e

File tree

3 files changed

+19
-1
lines changed

3 files changed

+19
-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.12 (June 18, 2025)
2+
3+
Fixes
4+
* Fix construction of final GSSAPI authentication message (#2647)
5+
* Avoid RuntimeError on mutated `_completed_fetches` deque in consumer fetcher (#2646)
6+
* Throw exception on invalid bucket type (#2642)
7+
8+
19
# 2.2.11 (June 5, 2025)
210

311
Fixes

docs/changelog.rst

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

4+
2.2.12 (June 18, 2025)
5+
######################
6+
7+
Fixes
8+
-----
9+
* Fix construction of final GSSAPI authentication message (#2647)
10+
* Avoid RuntimeError on mutated `_completed_fetches` deque in consumer fetcher (#2646)
11+
* Throw exception on invalid bucket type (#2642)
12+
13+
414
2.2.11 (June 5, 2025)
515
#####################
616

kafka/version.py

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

0 commit comments

Comments
 (0)