File tree 3 files changed +23
-1
lines changed
3 files changed +23
-1
lines changed Original file line number Diff line number Diff line change
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
+
1
10
# 2.2.0 (Apr 28, 2025)
2
11
3
12
KafkaProducer
Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
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
+
4
17
2.2.0 (Apr 28, 2025)
5
18
####################
6
19
Original file line number Diff line number Diff line change 1
- __version__ = '2.2.1.dev '
1
+ __version__ = '2.2.1'
You can’t perform that action at this time.
0 commit comments