File tree Expand file tree Collapse file tree 3 files changed +20
-1
lines changed Expand file tree Collapse file tree 3 files changed +20
-1
lines changed Original file line number Diff line number Diff line change 1+ # 2.1.1 (Mar 16, 2025)
2+
3+ Fixes
4+ * Fix packaging of 2.1.0 in Fedora: testing requires "pytest-timeout". (#2550 )
5+ * Improve connection error handling when try_api_versions_check fails all attempts (#2548 )
6+ * Add lock synchronization to Future success/failure (#2549 )
7+ * Fix StickyPartitionAssignor encode
8+
19# 2.1.0 (Mar 15, 2025)
210
311Support Kafka Broker 2.1 API Baseline
Original file line number Diff line number Diff line change 11Changelog
22=========
33
4+ 2.1.1 (Mar 16, 2025)
5+ ####################
6+
7+ Fixes
8+ -----
9+ * Fix packaging of 2.1.0 in Fedora: testing requires "pytest-timeout". (#2550)
10+ * Improve connection error handling when try_api_versions_check fails all attempts (#2548)
11+ * Add lock synchronization to Future success/failure (#2549)
12+ * Fix StickyPartitionAssignor encode
13+
14+
4152.1.0 (Mar 15, 2025)
516####################
617
Original file line number Diff line number Diff line change 1- __version__ = '2.1.1.dev '
1+ __version__ = '2.1.1'
You can’t perform that action at this time.
0 commit comments