11.0.340
sipcapture/homer11.0.340Sep 8, 2026by adubovikov
AI Summary
This release ensures OTLP tables are included in compaction and CLI discovery, and addresses security vulnerabilities by pinning specific dependency versions.
Key Highlights
- Fixed OTLP table discovery for retention and merge processes.
- Fixed OTLP table discovery for CLI and tiering operations.
- Security: Pinned fast-uri and apache/thrift versions.
- Security: Documented allowlisted /exec INSERT for CodeQL.
Full Release Notes
## What's Changed * fix: include otlp_* tables in compaction discovery so retention and merge reach them by @hoilchoi in https://github.com/sipcapture/homer/pull/1003 * fix: include otlp_* in CLI and tiering table discovery by @adubovikov in https://github.com/sipcapture/homer/pull/1004 * chore: bump version to 11.0.340 by @adubovikov in https://github.com/sipcapture/homer/pull/1005 * fix(security): pin fast-uri 3.1.6 and apache/thrift 0.24.0 by @adubovikov in https://github.com/sipcapture/homer/pull/1006 * fix(security): document allowlisted /exec INSERT for CodeQL by @adubovikov in https://github.com/sipcapture/homer/pull/1007 ## New Contributors * @hoilchoi made their first contribution in https://github.com/sipcapture/homer/pull/1003 **Full Changelog**: https://github.com/sipcapture/homer/compare/11.0.339...11.0.340