Skip to content

Commit 70125ee

Browse files
committed
chore: update changelog
1 parent c03c6ed commit 70125ee

1 file changed

Lines changed: 11 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,23 @@
11
# Changelog
22

33
All 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

125
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
136
and 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

0 commit comments

Comments
 (0)