We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57e61ca commit f7feed1Copy full SHA for f7feed1
3 files changed
CHANGES.md
@@ -1,3 +1,9 @@
1
+# 2.2.16 (Nov 18, 2025)
2
+
3
+Fixes
4
+* Fix thread not waking up when there is still data to be sent (gqmelo / #2670)
5
+* Ensure timeout is checked after each fetch position update in `Consumer.position()` (k61n / #2668)
6
7
# 2.2.15 (July 1, 2025)
8
9
Fixes
docs/changelog.rst
@@ -1,6 +1,15 @@
Changelog
=========
+2.2.16 (Nov 18, 2025)
+#####################
+-----
10
11
12
13
2.2.15 (July 1, 2025)
14
#####################
15
kafka/version.py
@@ -1 +1 @@
-__version__ = '2.2.15'
+__version__ = '2.2.16'
0 commit comments