Skip to content

Commit 62feaab

Browse files
committed
Patch Release 2.3.1
1 parent 8037f81 commit 62feaab

3 files changed

Lines changed: 26 additions & 1 deletion

File tree

CHANGES.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# 2.3.1 (Apr 9, 2026)
2+
3+
Fixes
4+
* Fix TaggedFields value encoding; add test coverage (#2725)
5+
* Fix zstd multi-frame decompression failure (#2717)
6+
* Fix KeyError in KafkaConsumer.committed() (#2710)
7+
* Fix VarInt/VarLong encoding; move tests to test/protocol/ (#2706)
8+
* Fix `Fetcher._fetch_offsets_by_times` retry handling (#2833)
9+
* Fixes to support integration testing with external KAFKA_URI (#2838)
10+
* Minor py2 fixes: consumer integration test; dont pip install python-snappy
11+
112
# 2.3.0 (Nov 20, 2025)
213

314
CLI

docs/changelog.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
11
Changelog
22
=========
33

4+
2.3.1 (Apr 9, 2026)
5+
###################
6+
7+
Fixes
8+
-----
9+
* Fix TaggedFields value encoding; add test coverage (#2725)
10+
* Fix zstd multi-frame decompression failure (#2717)
11+
* Fix KeyError in KafkaConsumer.committed() (#2710)
12+
* Fix VarInt/VarLong encoding; move tests to test/protocol/ (#2706)
13+
* Fix `Fetcher._fetch_offsets_by_times` retry handling (#2833)
14+
* Fixes to support integration testing with external KAFKA_URI (#2838)
15+
* Minor py2 fixes: consumer integration test; dont pip install python-snappy
16+
17+
418
2.3.0 (Nov 20, 2025)
519
####################
620

kafka/version.py

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

0 commit comments

Comments
 (0)