Skip to content

Commit 2767d14

Browse files
committed
Patch Release 2.2.3
1 parent cef0ea6 commit 2767d14

File tree

3 files changed

+16
-1
lines changed

3 files changed

+16
-1
lines changed

CHANGES.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 2.2.3 (May 1, 2025)
2+
3+
Fixes
4+
* Ignore leading SECURITY_PROTOCOL:// in bootstrap_servers (#2608)
5+
* Only create fetch requests for ready nodes (#2607)
6+
17
# 2.2.2 (Apr 30, 2025)
28

39
Fixes

docs/changelog.rst

+9
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
Changelog
22
=========
33

4+
2.2.3 (May 1, 2025)
5+
###################
6+
7+
Fixes
8+
-----
9+
* Ignore leading SECURITY_PROTOCOL:// in bootstrap_servers (#2608)
10+
* Only create fetch requests for ready nodes (#2607)
11+
12+
413
2.2.2 (Apr 30, 2025)
514
####################
615

kafka/version.py

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

0 commit comments

Comments
 (0)