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.13 (June 20, 2025)
2
+
3
+ Fixes
4
+ * Use client.await_ready() to simplify blocking wait and add timeout to admin client (#2648 )
5
+ * Fixup import style in example.py
6
+
7
+ Documentation
8
+ * update README kafka version badge to include 4.0
9
+
1
10
# 2.2.12 (June 18, 2025)
2
11
3
12
Fixes
Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
4
+ 2.2.13 (June 20, 2025)
5
+ ######################
6
+
7
+ Fixes
8
+ -----
9
+ * Use client.await_ready() to simplify blocking wait and add timeout to admin client (#2648)
10
+ * Fixup import style in example.py
11
+
12
+ Documentation
13
+ -------------
14
+ * update README kafka version badge to include 4.0
15
+
16
+
4
17
2.2.12 (June 18, 2025)
5
18
######################
6
19
Original file line number Diff line number Diff line change 1
- __version__ = '2.2.12 '
1
+ __version__ = '2.2.13 '
You can’t perform that action at this time.
0 commit comments