docs: Add 0.21.7 release notes to CHANGELOG

This commit is contained in:
Steve Yegge
2025-11-04 01:11:47 -08:00
parent edac1feaa7
commit 96f0931389
+13
View File
@@ -7,6 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [0.21.7] - 2025-11-04
### Fixed
- **Memory Database Connection Pool** (bd-b121): Fixed `:memory:` database handling to use single shared connection
- Prevents "no such table" errors when using in-memory databases
- Ensures connection pool reuses the same in-memory instance
- Critical fix for event-driven daemon mode tests
- **Test Suite Stability**: Fixed event-driven test flakiness
- Added `waitFor` helper for event-driven testing
- Improved timing-dependent test reliability
## [0.21.6] - 2025-11-04
### Added