Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fceb1b commit 6583460Copy full SHA for 6583460
CHANGES.md
@@ -1,3 +1,9 @@
1
+# 2.2.10 (May 22, 2025)
2
+
3
+Fixes
4
+* Set the current host in the SASL configs (#2633)
5
+* Fix sasl gssapi plugin: do not rely on `client_ctx.complete` in `auth_bytes()` (#2631)
6
7
# 2.2.9 (May 21, 2025)
8
9
Fixes
docs/changelog.rst
@@ -1,6 +1,15 @@
Changelog
=========
+2.2.10 (May 22, 2025)
+#####################
+-----
10
11
12
13
2.2.9 (May 21, 2025)
14
####################
15
kafka/version.py
@@ -1 +1 @@
-__version__ = '2.2.9'
+__version__ = '2.2.10'
0 commit comments