Fluidify
Changelog

What's new

Product updates and release notes for Fluidify Regen.

v0.10.0

Regen

April 2026

GitHub release

First public release of Fluidify Regen — a fully self-hosted, open-source incident management platform. Covers the full incident lifecycle from alert ingestion to post-mortem, with Slack, Teams, and Telegram native.

New

Full incident lifecycle — triggered → acknowledged → resolved with immutable, append-only timeline.

New

Create incidents automatically from alerts, from Slack (`/incident new`), from the UI, or via REST API.

New

AI-generated post-mortems drafted from the incident timeline, Slack thread, and linked alerts. Requires OpenAI API key.

New

Post-mortem templates — define required sections and guiding questions per team.

New

On-call schedules with multi-layer rotations, daily/weekly/custom shift types, timezone support, and overrides.

New

Escalation policies — multi-step with configurable timeouts. Pages the right person; escalates automatically on no-ack.

New

Shift notifications — incoming on-call engineer is notified at handoff via Slack or Teams DM.

New

Slack integration — auto-creates incident channels, posts status updates, supports `/incident ack`, `/incident resolve`, interactive Make me Lead and Add Note buttons.

New

Microsoft Teams integration — Adaptive Cards with full two-way sync, bot commands, incident channel creation via Graph API + Bot Framework.

New

Telegram integration — notification-only (severity-coded alerts, AI summary delivery).

New

Prometheus / Alertmanager alert source — native webhook receiver with label mapping.

New

Grafana alert source — webhook-based ingestion from Grafana alerting.

New

AWS CloudWatch source — RSA-signed SNS webhook verification.

New

Generic webhook source — ingest alerts from any tool that sends a webhook.

New

Alert deduplication — fingerprint-based grouping prevents duplicate incidents from repeated alerts.

New

One-click Grafana OnCall migration — imports schedules, escalation policies, and users in a single step.

New

Opsgenie schedule and policy import.

New

Docker Compose quickstart — running in under 5 minutes with a single `make start`.

New

Helm chart for Kubernetes with TLS ingress, Sentinel-mode Redis HA, and Patroni Postgres HA support.

New

SAML / SSO — free forever, no enterprise gating.

New

Full environment variable reference — 40+ config options for database, Redis, Slack, Teams, OpenAI, and more.

New

Non-root container (UID 1001), read-only filesystem, all Linux capabilities dropped.

New

HMAC-SHA256 webhook verification for Slack and Teams. RSA signature verification for CloudWatch.

New

GORM parameterised queries throughout — no raw SQL string interpolation.

New

Webhook ingestion p99 < 10 ms. Tested at 3,917 RPS peak with zero 5xx errors.

New

Fluidify MCP Server (beta) — external agents can read incidents, query timeline, and check on-call natively.

Follow releases on GitHub. Subscribe to the newsletter for release notifications.