File tree 3 files changed +20
-1
lines changed
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
+
1
9
# 2.1.0 (Mar 15, 2025)
2
10
3
11
Support Kafka Broker 2.1 API Baseline
Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
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
+
4
15
2.1.0 (Mar 15, 2025)
5
16
####################
6
17
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