File tree Expand file tree Collapse file tree 3 files changed +29
-1
lines changed Expand file tree Collapse file tree 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+
113# 2.1.4 (Mar 28, 2025)
214
315Fixes
Original file line number Diff line number Diff line change 11Changelog
22=========
33
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+
4202.1.4 (Mar 28, 2025)
521####################
622
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