Skip to content

Commit 63d9634

Browse files
committed
Release 2.3.0
1 parent 1569334 commit 63d9634

File tree

3 files changed

+26
-11
lines changed

3 files changed

+26
-11
lines changed

CHANGES.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
# 2.3.0 (unreleased)
1+
# 2.3.0 (Nov 20, 2025)
2+
3+
CLI
4+
* python -m cli interfaces for kafka.admin, kafka.consumer, kafka.producer (#2650)
25

36
Producer
47
* KIP-654: Abort transaction with pending data with TransactionAbortedError (#2662)
@@ -14,9 +17,6 @@ AdminClient
1417
* KIP-430: Return Authorized Operations in Describe Responses (#2656)
1518
* Add `send_request()` and `send_requests()` to KafkaAdminClient (#2649)
1619

17-
CLI
18-
* python -m cli interfaces for kafka.admin, kafka.consumer, kafka.producer (#2650)
19-
2020
Maintenance
2121
* Remove old/unused kafka.protocol.pickle (#2653)
2222
* Switch protocol code to getattr/setattr from __dict__ (#2654)
@@ -27,8 +27,14 @@ Project Infra
2727
* Bump actions/setup-python from 5 to 6 (#2674)
2828
* Bump actions/setup-java from 4 to 5 (#2673)
2929
* Bump actions/checkout from 4 to 5 (#2669)
30+
* Bump actions/checkout from 5 to 6 (#2694)
3031
* NixOS helpers
3132

33+
# 2.2.18 (Nov 20, 2025)
34+
35+
Fixes
36+
* Add ProducerBatch.__lt__ for heapq (#2698)
37+
3238
# 2.2.17 (Nov 20, 2025)
3339

3440
Fixes

docs/changelog.rst

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
Changelog
22
=========
33

4-
2.3.0 (unreleased)
5-
##################
4+
2.3.0 (Nov 20, 2025)
5+
####################
6+
7+
CLI
8+
---
9+
* python -m cli interfaces for kafka.admin, kafka.consumer, kafka.producer (#2650)
610

711
Producer
812
--------
@@ -22,10 +26,6 @@ AdminClient
2226
* KIP-430: Return Authorized Operations in Describe Responses (#2656)
2327
* Add send_request() and send_requests() to KafkaAdminClient (#2649)
2428

25-
CLI
26-
---
27-
* python -m cli interfaces for kafka.admin, kafka.consumer, kafka.producer (#2650)
28-
2929
Maintenance
3030
-----------
3131
* Remove old/unused kafka.protocol.pickle (#2653)
@@ -38,9 +38,18 @@ Project Infra
3838
* Bump actions/setup-python from 5 to 6 (#2674)
3939
* Bump actions/setup-java from 4 to 5 (#2673)
4040
* Bump actions/checkout from 4 to 5 (#2669)
41+
* Bump actions/checkout from 5 to 6 (#2694)
4142
* NixOS helpers
4243

4344

45+
2.2.18 (Nov 20, 2025)
46+
#####################
47+
48+
Fixes
49+
-----
50+
* Add ProducerBatch.__lt__ for heapq (#2698)
51+
52+
4453
2.2.17 (Nov 20, 2025)
4554
#####################
4655

kafka/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '2.3.0.dev'
1+
__version__ = '2.3.0'

0 commit comments

Comments
 (0)