Release history

What we shipped.

We move fast. Every change, logged here. Tags: New Improved Fix

v0.9.2
New Remediation diff now shows line numbers and file paths for config changes. Previously only key/value pairs.
Fix False positive rate on Redis timeout clustering reduced 18%. Model was over-weighting connection pool metrics relative to actual timeout signal.
Improved PagerDuty webhook delivery latency reduced to under 200ms. Previous median was 340ms under load.
v0.9.0
New Confidence score explanations now include full causal chain depth — up to 6 hops from root cause to symptom.
New Team plan: SSO via GitHub OAuth available. Google SSO coming in v0.9.1.
Improved Dashboard load time reduced 40% by switching to server-side rendered incident summary.
v0.8.0
New Blast radius mapping now includes async queue consumers (Kafka, RabbitMQ). Previously only synchronous HTTP call chains were traced.
New GitHub Actions deployment annotations GA. Beta users: no migration needed, existing webhooks continue working.
Improved OpsGenie bidirectional sync now propagates severity changes within 30 seconds.
Fix ArgoCD sync events with empty commit metadata no longer cause correlation model to skip the event.
v0.7.1
Fix Trace waterfall rendering bug on Firefox 124 — span bars were offset by the scrollbar width. Fixed.
Improved Confidence score explanations now include causal chain depth (previously only showed the top-level correlation).
Fix Loki log queries with label matchers containing colons were being incorrectly escaped. Fixed in parser v0.7.1-patch2.
v0.7.0
New Custom annotations API (Python, Go, Node.js SDKs). Annotate deploys, feature flag changes, and database migrations for higher-confidence root cause.
New Zipkin v2 JSON trace format support. Drop-in for Zipkin-instrumented services.
Improved Ingestion pipeline throughput increased 3x. Handles up to 50k spans/second per tenant on Pro plan.
v0.6.0
New Slack integration: post incident summaries with root cause confidence and remediation link to any channel.
Improved Root cause model retrained on 40% more incident corpus. Average confidence score accuracy improved by 9 percentage points in internal benchmarks.
Fix Elasticsearch integration: queries with date range filters were returning stale cached results. Resolved in cache invalidation layer.
v0.5.0
New PagerDuty integration GA. Receive PagerDuty alerts as Devloom incidents with root cause enrichment in the notification.
New CloudWatch Logs ingestion — Lambda, ECS, and EC2 log groups supported via IAM cross-account role.
Improved OTLP gRPC listener stability under burst load — previously dropped spans during spikes above 20k/second.
v0.4.0
New Remediation diff view: shows exact config delta between current and last-known-good deploy. Apply from UI or copy to runbook.
New Blast radius map: dependency graph with weighted impact arrows shows which downstream services are degraded before they alert.
Improved Correlation engine now considers deployment window as a first-class signal. Reduces false-positive rate by 23%.