11.0.336
wavekat/wavekat-turn11.0.336Aug 28, 2026by adubovikov
AI Summary
This release focuses on stability improvements by suppressing DuckDB secret creation errors in logs and resolving a critical crash in the Events tab.
Key Highlights
- Fixed DuckDB CREATE SECRET errors appearing in logs
- Resolved Events tab throwing errors on every open
- Added new contributor @eimann
New Features
- Omit DuckDB CREATE SECRET errors from logs
- Stop Events tab from throwing errors on open
Full Release Notes
## What's Changed * fix(storage): omit DuckDB CREATE SECRET errors from logs (11.0.335) by @adubovikov in https://github.com/sipcapture/homer/pull/986 * fix(ui): stop Events tab throwing on every open by @eimann in https://github.com/sipcapture/homer/pull/987 ## New Contributors * @eimann made their first contribution in https://github.com/sipcapture/homer/pull/987 **Full Changelog**: https://github.com/sipcapture/homer/compare/11.0.334...11.0.336