11.0.300
jlumbroso/passage-of-time-mcp11.0.300Jul 24, 2026by adubovikov
AI Summary
This release adds functionality to surface custom SIP headers as selectable columns in the results table and fixes a rendering issue where SQL NULL alias fields were displayed as literal strings.
Key Highlights
- Surface `data_extra.custom_headers` as selectable Results-table columns.
- Configured custom SIP headers are flattened onto search result rows.
- Fix SQL NULL alias fields rendering as literal '<nil>' instead of empty strings.
New Features
- Selectable custom SIP headers in results table
- SQL NULL string rendering fix
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