11.0.319
sipcapture/homer11.0.319Aug 14, 2026by adubovikov
AI Summary
This release introduces alert query retention and improved CLI documentation. It allows external sources to store firing queries and provides instructions for managing IP aliases when password login is disabled.
Key Highlights
- External sources can now POST alerts with search queries that are stored and replayable.
- Adds 'Open in search' functionality in Alert settings and the Alert widget.
- Documents how to manage IP aliases via CLI using an Auth-Token.
New Features
- Retain alert query in the Alert store
- Open dashboard search from alerts
- CLI documentation for Auth-Token alias CRUD
Full Release Notes
## What's Changed * feat(ui): retain alert query and open dashboard search by @adubovikov in https://github.com/sipcapture/homer/pull/944 * docs: Auth-Token alias CRUD when password login is disabled by @adubovikov in https://github.com/sipcapture/homer/pull/942 ### Alerts - Grafana (or any source) can `POST /api/v4/alerts` with `payload.search` / `payload.homer_url` so the firing query is stored. - **Settings → Alerts** lists those records and **Open in search** replays the filters on the dashboard. - Alert widget (source **Alert store**) does the same on row click. Docs: [ALERTS.md](https://github.com/sipcapture/homer/blob/homer11/docs/ALERTS.md) ([#943](https://github.com/sipcapture/homer/issues/943)). ### Auth / aliases - Document how to update IP aliases from the CLI with an admin **Auth-Token** when `disable_password_login` blocks username/password API login ([#941](https://github.com/sipcapture/homer/issues/941)). **Full Changelog**: https://github.com/sipcapture/homer/compare/11.0.318...11.0.319