11.0.288

sipcapture/homer11.0.288Jul 8, 2026by adubovikov

AI Summary

This release fixes a JSON string comparison issue within the `data_extra` virtual fields. The update replaces the `json_extract()` function with the `->>` operator to ensure accurate exact-match filtering for specific SIP capture attributes like user agents and request URIs.

Key Highlights

  • Fixed JSON string comparison for data_extra virtual fields
  • Improved accuracy of built-in filters (from_host, to_host, user_agent, etc.)
  • Switched to '->>' operator for exact-match logic

Full Release Notes

Release 11.0.288

## Fixes
- **data_extra JSON string comparison** (closes #857): Replace `json_extract()` with `->>` for proper exact-match on virtual fields with `kind: data_extra_json` and `match: equals`. Affects built-in filters: from_host, to_host, user_agent, request_uri, capture_id.

## Contributors
👹 Fixed by Goblin