File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
314CLI
Original file line number Diff line number Diff line change 11Changelog
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+
4182.3.0 (Nov 20, 2025)
519####################
620
Original file line number Diff line number Diff line change 1- __version__ = '2.3.0 '
1+ __version__ = '2.3.1 '
You can’t perform that action at this time.
0 commit comments