11.0.300

shadcn-ui/ui11.0.300Jul 24, 2026by adubovikov

AI Summary

This release introduces support for custom SIP headers in search results and fixes a display bug where SQL NULL values were rendered as literal strings.

Key Highlights

  • Surface `data_extra.custom_headers` as selectable Results-table columns
  • Render SQL `NULL` alias fields as empty strings instead of literal strings

New Features

  • Selectable custom SIP headers in results table

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