File tree Expand file tree Collapse file tree 3 files changed +26
-11
lines changed Expand file tree Collapse file tree 3 files changed +26
-11
lines changed Original file line number Diff line number Diff line change 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
36Producer
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-
2020Maintenance
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
3440Fixes
Original file line number Diff line number Diff line change 11Changelog
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
711Producer
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-
2929Maintenance
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+
44532.2.17 (Nov 20, 2025)
4554#####################
4655
Original file line number Diff line number Diff line change 1- __version__ = '2.3.0.dev '
1+ __version__ = '2.3.0'
You can’t perform that action at this time.
0 commit comments