File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
33All notable changes to this project will be documented in this file.
4- - perf: optimize message deserialization path (2026-02-22)
5- - docs: add docstrings to public API methods (2026-02-22)
6- - test: add unit tests for producer batching (2026-02-22)
7- - refactor: improve consumer group coordinator logic (2026-02-22)
8- - fix: resolve asyncio event loop cleanup on shutdown (2026-02-22)
9- - fix: resolve event loop handling in producer close (2026-02-20)
10- - perf: optimize message batching with memoryview (2026-02-20)
114
125The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
136and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
147
158## [ Unreleased]
169
10+ ### Fixed
11+ - Resolve asyncio event loop cleanup on shutdown
12+ - Resolve event loop handling in producer close
13+
14+ ### Changed
15+ - Improve consumer group coordinator logic
16+
17+ ### Performance
18+ - Optimize message deserialization path
19+ - Optimize message batching with memoryview
20+
1721## [ 0.2.0] - 2026-02-18
1822
1923### Added
You can’t perform that action at this time.
0 commit comments