[ PRODUCT CHANGELOG ]

What's new.

Every update, shipped with intention. We move fast without breaking things — every release is documented, reasoned, and backwards-compatible where possible.

FEATUREARCHITECTUREIMPROVEMENTBUGFIX
v2.5.0June 11, 2026
FEATUREARCHITECTURE

Event ledger, identity keys, and encryption at rest

  • Append-only Event table for reliable event polling, replacing fragile multi-table synthesis
  • Contact identity now keyed on phone number; email field made optional
  • Message timestamps migrated from display strings to proper DateTime columns
  • AES-256-GCM encryption utilities for secrets at rest (Meta access tokens, webhook secrets)
  • GET /api/health endpoint for uptime monitoring and external health checks
  • Structured JSON logger replacing ad-hoc console.error calls throughout the codebase
v2.4.0June 1, 2026
FEATURE

Public REST API v1, MCP Server, and the Integrations Platform

  • Public REST API v1 covering messages, contacts, templates, and events
  • Sandbox API keys with wf_test_ prefix for safe pre-production development
  • Idempotency-Key support on message send endpoints to prevent duplicate deliveries
  • MCP Server for AI agent integration — expose your LeapCrew workspace to LLM agents
  • n8n community node, Zapier app, and Make.com blueprint published
  • Interactive API docs powered by Scalar available at /api-docs
v2.3.0May 18, 2026
FEATURE

Working hours, multi-number support, and the Recipe Marketplace

  • Working hours per-organisation with timezone-aware away messages for off-hours contacts
  • Multi-number support: register and manage multiple WhatsApp phone numbers per workspace
  • Recipe Marketplace: 6 one-click automation templates (abandoned cart, welcome series, re-engagement, support escalation, appointment confirmation, feedback survey)
  • AI Recipe Composer: generate custom drip sequences from a plain-English description
v2.2.0May 3, 2026
FEATURE

Canned replies, internal notes, and outbound webhooks

  • Canned Replies: pre-written message shortcuts for agents using /shortcut syntax
  • Internal Notes: agent-only notes visible on conversations, never sent to the customer
  • Outbound Webhooks with HMAC-SHA256 signing and automatic exponential backoff retry (up to 72h)
  • WebhookSubscription management API for programmatic event subscriptions
v2.1.0April 14, 2026
FEATUREIMPROVEMENT

Drip sequences, smart segments, and the developer platform

  • Drip Sequences: trigger-based multi-step automation journeys with configurable delays
  • Smart Segments: rules-based contact segmentation using tag, status, and activity filters
  • Conversion attribution: last-touch attribution trail linking campaigns to orders
  • Embeddable WhatsApp chat-button widget with wa.me deep link for website placement
  • Developer Platform landing section at /platform with API, Webhooks, and Integrations sub-pages
v2.0.0March 28, 2026
FEATURE

WhatsApp Flows, Click-to-WhatsApp Ads, and the Appointment Agent

  • WhatsApp Flows (Meta Flows v3) with form builder and encrypted response handling
  • Click-to-WhatsApp Ads management with AdCampaign and Ad models linked to campaigns
  • Native WhatsApp catalog orders with Razorpay checkout integration
  • Appointment booking agent with presets for Healthcare, Hospitality, Education, and Corporate
  • White-label / Partner reseller model with branded workspace support
v1.5.0February 20, 2026
FEATURE

Marketplace bot, Shopify integration, and multi-agent routing

  • Marketplace Bot with full product catalog management and inventory sync
  • Shopify embedded OAuth and abandoned cart recovery automation
  • Multi-agent routing rules with priority-based assignment logic
  • Conversion billing ledger with per-message cost tracking and invoice export
v1.0.0January 15, 2026
FEATURE

Initial release — LeapCrew AI is live

  • Shared Team Inbox for collaborative WhatsApp support management
  • Campaign Broadcasts: send Meta-approved template messages to your full contact list
  • Visual Chatbot Builder with drag-and-drop canvas (Trigger, Message, Question, Delay nodes)
  • Meta Embedded Signup for frictionless WhatsApp Business API connection
  • Template management with AI compliance auditor (Groq-powered)
  • CRM contacts with tag-based segmentation and bulk operations
  • PostgreSQL multi-tenant architecture with row-level isolation