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+
110# 2.2.12 (June 18, 2025)
211
312Fixes
Original file line number Diff line number Diff line change 11Changelog
22=========
33
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+
4172.2.12 (June 18, 2025)
518######################
619
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