File tree Expand file tree Collapse file tree 3 files changed +23
-1
lines changed Expand file tree Collapse file tree 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+
110# 2.2.0 (Apr 28, 2025)
211
312KafkaProducer
Original file line number Diff line number Diff line change 11Changelog
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+
4172.2.0 (Apr 28, 2025)
518####################
619
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