Skip to content

Commit 6583460

Browse files
committed
Patch Release 2.2.10
1 parent 7fceb1b commit 6583460

File tree

3 files changed

+16
-1
lines changed

3 files changed

+16
-1
lines changed

CHANGES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
17
# 2.2.9 (May 21, 2025)
28

39
Fixes

docs/changelog.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
Changelog
22
=========
33

4+
2.2.10 (May 22, 2025)
5+
#####################
6+
7+
Fixes
8+
-----
9+
* Set the current host in the SASL configs (#2633)
10+
* Fix sasl gssapi plugin: do not rely on `client_ctx.complete` in `auth_bytes()` (#2631)
11+
12+
413
2.2.9 (May 21, 2025)
514
####################
615

kafka/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '2.2.9'
1+
__version__ = '2.2.10'

0 commit comments

Comments
 (0)