File tree Expand file tree Collapse file tree 3 files changed +30
-1
lines changed Expand file tree Collapse file tree 3 files changed +30
-1
lines changed Original file line number Diff line number Diff line change
1
+ # 2.2.15 (July 1, 2025)
2
+
3
+ Fixes
4
+ * Fix KafkaProducer broken method names (llk89 / #2660 )
5
+ * Fix spelling mistake in KafkaConsumer docs (Xeus-CC / #2659 )
6
+
7
+ # 2.2.14 (June 27, 2025)
8
+
9
+ Fixes
10
+ * python2 fixups (#2655 )
11
+ * Fix coordinator lock contention during close() (#2652 )
12
+
1
13
# 2.2.13 (June 20, 2025)
2
14
3
15
Fixes
Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
4
+ 2.2.15 (July 1, 2025)
5
+ #####################
6
+
7
+ Fixes
8
+ -----
9
+ * Fix KafkaProducer broken method names (llk89 / #2660)
10
+ * Fix spelling mistake in KafkaConsumer docs (Xeus-CC / #2659)
11
+
12
+
13
+ 2.2.14 (June 27, 2025)
14
+ ######################
15
+
16
+ Fixes
17
+ * python2 fixups (#2655)
18
+ * Fix coordinator lock contention during close() (#2652)
19
+
20
+
4
21
2.2.13 (June 20, 2025)
5
22
######################
6
23
Original file line number Diff line number Diff line change 1
- __version__ = '2.2.13 '
1
+ __version__ = '2.3.0.dev '
You can’t perform that action at this time.
0 commit comments