Changelog


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 add command. 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.

Outlit Changelog - January 2026

Outlit's January 2026 update introduces visitor enrichment, Stripe integration, billing events, improved integration onboarding, and Slack dashboard links.

New Features

  • Visitor Enrichment - Automatically identify anonymous website visitors and link them to customer accounts

  • Stripe Integration - Connect Stripe to sync billing data and customer information

  • Billing Events - Billing now tracked separately from contact journey stages for cleaner lifecycle management

  • Improved Integration Onboarding - Smoother connection flow with new dialogs and animations

  • Slack Dashboard Links - Notifications now link directly to customer dashboards

SDK Updates

  • Stage events are now queued until a user identity is set, preventing lost events

  • New outlit.user and outlit.customer namespaces for stage and billing methods

  • Automatic session tracking with engagement events

  • Check out our SDK here: https://github.com/OutlitAI/outlit-sdk

Improvements

  • Redesigned customers table with higher density and better layout

  • Simplified customer overview pages

  • Faster event ingestion with batching and parallel processing

  • Better database performance under high load

Bug Fixes

  • Fixed race condition in contact creation during high-volume ingestion

  • Fixed IP address being re-captured after visitor enrichment

  • Resolved duplicate events within batches

  • Fixed journey stage assignment when contacts are created via user identity

  • Fixed Google Calendar sync timeouts with insufficient OAuth scopes