Skip to content

Commit c1a5517

Browse files
committed
Patch Release 2.1.5
1 parent 37576e8 commit c1a5517

File tree

3 files changed

+29
-1
lines changed

3 files changed

+29
-1
lines changed

CHANGES.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
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

315
Fixes

docs/changelog.rst

+16
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,22 @@
11
Changelog
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+
420
2.1.4 (Mar 28, 2025)
521
####################
622

kafka/version.py

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

0 commit comments

Comments
 (0)