File tree 3 files changed +29
-1
lines changed
3 files changed +29
-1
lines changed Original file line number Diff line number Diff line change
1
+ # 2.1.5 (Apr 4, 2025)
2
+
3
+ Fixes
4
+ * Fix python2.7 errors (#2578 )
5
+
6
+ Improvements
7
+ * Move benchmark scripts to kafka.benchmarks module (#2584 )
8
+ * Use __ slots__ for metrics (#2583 )
9
+ * Pass ` metrics_enabled=False ` to disable metrics (#2581 )
10
+ * Drop unused kafka.producer.buffer / SimpleBufferPool (#2580 )
11
+ * Raise UnsupportedVersionError from coordinator (#2579 )
12
+
1
13
# 2.1.4 (Mar 28, 2025)
2
14
3
15
Fixes
Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
4
+ 2.1.5 (Apr 4, 2025)
5
+ ###################
6
+
7
+ Fixes
8
+ ------
9
+ * Fix python2.7 errors (#2578)
10
+
11
+ Improvements
12
+ ------------
13
+ * Move benchmark scripts to kafka.benchmarks module (#2584)
14
+ * Use __slots__ for metrics (#2583)
15
+ * Pass `metrics_enabled=False ` to disable metrics (#2581)
16
+ * Drop unused kafka.producer.buffer / SimpleBufferPool (#2580)
17
+ * Raise UnsupportedVersionError from coordinator (#2579)
18
+
19
+
4
20
2.1.4 (Mar 28, 2025)
5
21
####################
6
22
Original file line number Diff line number Diff line change 1
- __version__ = '2.1.5.dev '
1
+ __version__ = '2.1.5'
You can’t perform that action at this time.
0 commit comments