11.0.298

jlumbroso/passage-of-time-mcp11.0.298Jul 22, 2026by adubovikov

AI Summary

A maintenance release focusing on bug fixes for storage expiration logic, search functionality regarding Call-ID handling, and SQL comment validation, alongside dependency updates.

Key Highlights

  • Fix storage expiration for the final volume by `max_data_age_days`.
  • Fix search registration Call-ID handling when the cid column is missing.
  • Fix SQL comment validation for Call-IDs containing `--`.
  • Dependency updates for Go modules and NPM/Yarn.

New Features

  • Storage expiration bug fix
  • Search Call-ID bug fix
  • SQL comment validation fix

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