Skip to content

Commit 3542e01

Browse files
committed
Patch Release 2.2.11
1 parent e93ab64 commit 3542e01

File tree

3 files changed

+20
-1
lines changed

3 files changed

+20
-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.11 (June 5, 2025)
2+
3+
Fixes
4+
* Do not ignore metadata response for single topic with error (#2640)
5+
* Fix decoding bug in AWS_MSK_IAM mechanism (#2639)
6+
* Add synchronized decorator; add lock to subscription state (#2636)
7+
* Update build links in documentation (#2634)
8+
19
# 2.2.10 (May 22, 2025)
210

311
Fixes

docs/changelog.rst

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

4+
2.2.11 (June 5, 2025)
5+
#####################
6+
7+
Fixes
8+
-----
9+
* Do not ignore metadata response for single topic with error (#2640)
10+
* Fix decoding bug in AWS_MSK_IAM mechanism (#2639)
11+
* Add synchronized decorator; add lock to subscription state (#2636)
12+
* Update build links in documentation (#2634)
13+
14+
415
2.2.10 (May 22, 2025)
516
#####################
617

kafka/version.py

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

0 commit comments

Comments
 (0)