Changelog

All the latest updates, improvements, and fixes to WASaaS.

v2.4.0February 20, 2026

Group Management & Label System

  • NewFull WhatsApp group management — create, invite, promote admins, and sync group metadata
  • NewLabel system for organizing contacts and conversations with color-coded tags
  • NewCampaign scheduling — set send date/time and let the platform handle delivery
  • ImprovedChat view now loads 3x faster with virtualized message list
  • ImprovedDark/light mode support across all landing page sections
  • FixedFixed QR code not refreshing on session timeout
  • FixedResolved message ordering issue in real-time chat sync
v2.3.0February 10, 2026

Auto-Replies & Webhook Overhaul

  • NewAuto-reply rules with keyword matching, regex support, and media responses
  • NewWebhook management dashboard — register endpoints, select events, view delivery logs
  • ImprovedWebhook payloads now include full message metadata and sender info
  • ImprovedContact import supports CSV files up to 100K rows
  • FixedFixed campaign progress not updating in real-time
  • InfraMigrated to Baileys v7 for WhatsApp Web compatibility
v2.2.0January 28, 2026

Campaign Builder & Templates

  • NewVisual campaign builder with audience targeting, message templates, and delivery scheduling
  • NewMessage templates with variable placeholders ({{name}}, {{company}}, etc.)
  • NewCampaign analytics — delivery rate, read rate, reply rate per campaign
  • ImprovedContact list pagination and search now handles 50K+ contacts smoothly
  • FixedFixed media messages failing for files over 10MB
v2.1.0January 15, 2026

Multi-Session & API Keys

  • NewSupport for multiple WhatsApp sessions per account
  • NewAPI key management — create, rotate, and revoke keys from the dashboard
  • NewRole-based access control: Admin, Manager, and Agent roles
  • ImprovedSession reconnection is now automatic with exponential backoff
  • ImprovedAPI response times reduced by 40% with query optimization
  • InfraDocker Compose setup for self-hosted deployments
v2.0.0January 1, 2026

WASaaS Platform Launch

  • NewFull SaaS platform with user authentication, dashboard, and real-time chat
  • NewWhatsApp session management with QR code pairing
  • NewContact management with tags, notes, and import/export
  • NewREST API for programmatic access to all platform features
  • NewReal-time message sync via Socket.IO
  • InfraBuilt with Next.js 15, Fastify, Prisma, and PostgreSQL