Skip to content

Commit 8c39733

Browse files
committed
Patch Release 2.2.1
1 parent 842f398 commit 8c39733

File tree

3 files changed

+23
-1
lines changed

3 files changed

+23
-1
lines changed

CHANGES.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# 2.2.1 (Apr 29, 2025)
2+
3+
Fixes
4+
* Always try ApiVersionsRequest v0, even on broker disconnect (#2603)
5+
* Fix SubscriptionState AttributeError in KafkaConsumer (#2599)
6+
7+
Documentation
8+
* Add transactional examples to docs
9+
110
# 2.2.0 (Apr 28, 2025)
211

312
KafkaProducer

docs/changelog.rst

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

4+
2.2.1 (Apr 29, 2025)
5+
####################
6+
7+
Fixes
8+
-----
9+
* Always try ApiVersionsRequest v0, even on broker disconnect (#2603)
10+
* Fix SubscriptionState AttributeError in KafkaConsumer (#2599)
11+
12+
Documentation
13+
-------------
14+
* Add transactional examples to docs
15+
16+
417
2.2.0 (Apr 28, 2025)
518
####################
619

kafka/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '2.2.1.dev'
1+
__version__ = '2.2.1'

0 commit comments

Comments
 (0)