Outlit Changelog - February 2026
Outlit's February 2026 update introduces AI-powered anomaly detection for early churn signals, an MCP server for querying customer context from AI assistants, a Rust SDK, Vue 3 support, Supabase Auth integration, and contact traits for richer customer profiles.
New Features
Anomaly Detection (Private Beta) – AI-powered behavioral analysis that monitors your customers for early churn signals, activation drops, and usage anomalies. Detectors run daily and alert you via Slack and in-app notifications when something needs attention. Currently in private beta — reach out to leo@outlit.ai if you'd like access.
MCP Server – Connect AI assistants like Claude Desktop and Cursor directly to your Outlit customer data. Generate API keys from your workspace settings and query customers, revenue, and timelines from your AI tools. One-click setup with a ready-to-use
claude mcp addcommand. Docs.Supabase Auth Integration – Import your existing users from Supabase Auth to bootstrap your customer database without manual data entry.
Contact Traits – Store custom key-value attributes on contacts via SDK identify calls. Traits are automatically merged — new keys are added, existing keys are updated, and keys set to null are removed.
SDK Updates
Rust SDK – Track customer events from your Rust backend. Includes async methods, event batching, and a fluent builder API. Available on crates.io.
Vue 3 Support – First-class Vue 3 integration with a plugin and composables for easy setup in your Vue apps.
Fingerprint Support – Anonymous visitors can now be tracked across sessions before they identify themselves, giving you a fuller picture of the customer journey.
Server SDK events now support fingerprint backfill for improved identity resolution across browser and server contexts.
Traits from identify calls are now persisted on contacts in both browser and server SDK flows.
Check out our SDK.
Improvements
Attribution source now displays consistently in the customers table across all channels.
Clearer visual indicator when the SDK is not yet connected in tracking settings.
Added blocked requests observability for easier debugging of tracking issues.
Faster analytics infrastructure under the hood for improved query performance at scale.
Bug Fixes
Fixed a sync issue where Stripe billing status could show stale data.
Fixed missing Stripe subscriptions during sync for accounts with many subscriptions.
Fixed personal email domains (Gmail, Yahoo, etc.) incorrectly creating company-level customers from server events.
Fixed contacts not being properly linked to customers when created during event ingestion.
Reduced Google Calendar sync retries to prevent long-running failures.
Fixed activity events occasionally bypassing the main processing pipeline.