File tree 3 files changed +31
-1
lines changed
3 files changed +31
-1
lines changed Original file line number Diff line number Diff line change
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
+
1
14
# 2.1.3 (Mar 25, 2025)
2
15
3
16
Fixes
Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
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
+
4
21
2.1.3 (Mar 25, 2025)
5
22
####################
6
23
Original file line number Diff line number Diff line change 1
- __version__ = '2.1.3 '
1
+ __version__ = '2.1.4 '
You can’t perform that action at this time.
0 commit comments