Skip to content

Commit 1ed5b16

Browse files
committed
Patch Release 2.1.1
1 parent 2eab4ee commit 1ed5b16

File tree

3 files changed

+20
-1
lines changed

3 files changed

+20
-1
lines changed

CHANGES.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
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

311
Support Kafka Broker 2.1 API Baseline

docs/changelog.rst

+11
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
Changelog
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+
415
2.1.0 (Mar 15, 2025)
516
####################
617

kafka/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '2.1.1.dev'
1+
__version__ = '2.1.1'

0 commit comments

Comments
 (0)