Skip to content

Changelog

All notable changes to Notifiq are documented here.

1.2.0 — 2026-07-19

Rate limit whitelist: CIDR ranges + Cloudflare-aware IP detection

  • The Rate Limit Whitelist now accepts CIDR ranges (e.g. 10.0.5.0/24) in addition to single IPs.
  • Notifiq now prefers the CF-Connecting-IP header when present, so Source IP, the rate limit whitelist, and per-client rate limiting all resolve to the real visitor IP instead of a Cloudflare edge IP or an intermediate reverse proxy's address. See Running behind Cloudflare for the required firewall setup.

Alert Aggregation: group by the sender-supplied IP / Host fields

  • Two new grouping options in Settings → NotificationsIP and Host — let you deduplicate alerts by the ip/host payload fields instead of (or alongside) the auto-detected Source IP. Useful when several hosts sit behind one proxy/NAT and would otherwise share a single Source IP.

1.1.0 — 2026-07-18

New: ip and host fields

The /api/notify payload now accepts optional ip and host fields (also available as X-IP / X-Host headers), independent of the auto-detected Source IP. Useful when Notifiq sits behind a proxy/NAT and the connection IP doesn't reflect the real origin — e.g. sending the internal/private IP of the source host instead.

  • History — new IP and Host badges on each message, each color-coded and click-to-filter like the existing Source IP badge. Advanced search supports ip:, host:, and source_ip: (the ip: keyword now targets the new field; use source_ip: for the auto-detected connection IP).
  • Routing Rules — two new match conditions, IP and Host, alongside the existing Source IP, Title, Message, and Level conditions.
  • Templates — two new building blocks, IP and Host, available in the template builder for Email, Matrix, and Telegram endpoints, each with configurable text color and icon prefix. Email subject lines support and variables.

See Send Notification, History, Routing Rules, and Templates for details.

1.0.0 — 2025-10-1

Initial release.

  • Real-time notification delivery via panels, Email, Matrix, Telegram, and Webhooks
  • Routing Rules with conditions (Level, Source IP, Title, Message) and endpoint groups
  • History view with search, filtering, and alert grouping/deduplication
  • Visual template builder for customizing notification formatting per endpoint
  • Multi-tenant support with per-tenant settings and API tokens
  • Activity log and analytics dashboard