Skip to content

Commit 8af0dd7

Browse files
committedMar 28, 2025
Patch Release 2.1.4
1 parent c15a7ff commit 8af0dd7

File tree

3 files changed

+31
-1
lines changed

3 files changed

+31
-1
lines changed
 

‎CHANGES.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# 2.1.4 (Mar 28, 2025)
2+
3+
Fixes
4+
* Dont block pending FetchRequests when Metadata update requested (#2576)
5+
* Fix MetadataRequest for no topics (#2573)
6+
* Send final error byte x01 on Sasl OAuth failure (#2572)
7+
* Reset SASL state on disconnect (#2571)
8+
* Try import new Sequence before old to avoid DeprecationWarning
9+
10+
Improvements
11+
* Update Makefile default to 4.0 broker; add make fixture
12+
* Improve connection state logging (#2574)
13+
114
# 2.1.3 (Mar 25, 2025)
215

316
Fixes

‎docs/changelog.rst

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

4+
2.1.4 (Mar 28, 2025)
5+
####################
6+
7+
Fixes
8+
-----
9+
* Dont block pending FetchRequests when Metadata update requested (#2576)
10+
* Fix MetadataRequest for no topics (#2573)
11+
* Send final error byte x01 on Sasl OAuth failure (#2572)
12+
* Reset SASL state on disconnect (#2571)
13+
* Try import new Sequence before old to avoid DeprecationWarning
14+
15+
Improvements
16+
------------
17+
* Update Makefile default to 4.0 broker; add make fixture
18+
* Improve connection state logging (#2574)
19+
20+
421
2.1.3 (Mar 25, 2025)
522
####################
623

‎kafka/version.py

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

0 commit comments

Comments
 (0)