11.0.300
sipcapture/homer11.0.300Jul 24, 2026by adubovikov
AI Summary
This release adds support for displaying configured custom SIP headers in the search results table and fixes rendering issues where SQL NULL aliases were displayed as the literal string '<nil>'.
Key Highlights
- Custom SIP headers are now selectable as Results-table columns
- SQL NULL alias fields now render as empty strings instead of '<nil>'
- Fixed broken image tags for alias custom_image
- Fixed '<nil>' tag chips in the UI
New Features
- Selectable custom headers in search results
Full Release Notes
## What's Changed - **feat(coordinator):** surface `data_extra.custom_headers` as selectable Results-table columns (#892). Configured custom SIP headers are flattened onto search result rows (without overwriting existing keys); `getColumns` unions keys across all rows so sparse enriched columns are not dropped. - **fix(coordinator):** render SQL `NULL` alias fields as empty strings instead of the literal `"<nil>"` (#893). Fixes broken `<img src="<nil>">` for alias `custom_image` and `"<nil>"` tag chips. **Full Changelog**: https://github.com/sipcapture/homer/compare/11.0.299...11.0.300