11.0.298
sipcapture/homer11.0.298Jul 22, 2026by adubovikov
AI Summary
This release focuses on bug fixes for storage expiration, Call-ID search functionality, and SQL comment validation, accompanied by updates to Go and NPM dependencies.
Key Highlights
- Fixed storage expiration logic to work correctly with max_data_age_days
- Fixed Call-ID search when the cid column is missing
- Improved token-aware SQL comment validation for Call-IDs containing dashes
- Bumped Go and NPM dependencies
Full Release Notes
## What's Changed * fix(storage): expire final volume by max_data_age_days by @adubovikov in https://github.com/sipcapture/homer/pull/885 * fix(search): registration Call-ID without cid column by @adubovikov in https://github.com/sipcapture/homer/pull/886 * fix(node): token-aware SQL comment validation for Call-IDs with -- by @MrM0bi in https://github.com/sipcapture/homer/pull/883 * chore(deps): bump the go_modules group across 2 directories with 1 update by @dependabot in https://github.com/sipcapture/homer/pull/881 * chore(deps): bump the npm_and_yarn group across 1 directory with 2 updates by @dependabot in https://github.com/sipcapture/homer/pull/880 * chore(release): bump version to 11.0.298 by @adubovikov in https://github.com/sipcapture/homer/pull/887 **Full Changelog**: https://github.com/sipcapture/homer/compare/11.0.297...11.0.298