Skip to content

Changelog

All notable changes to CXMind Core (Open Source Edition) and Pro Commercial Edition will be documented in this file. The version numbering format adheres to the Semantic Versioning 2.0.0 specification.

[Unreleased]

[v1.0.0] - 2026-03

🌱 Added

  • Signaling Capture and Monitoring (Inbound):
    • Built-in ultra-high-performance access layer Ingestion Engine (IE) developed in Go.
    • Native support for processing standard SIP signaling UDP/TCP/TLS and lightweight HEP encapsulated disk reporting.
    • Real-time presentation of agent call establishment, ringing, and hang-up status on the web frontend (Live Activity Dashboards).
  • Management Architecture (Admin UI & App Server):
    • A new generation cyberpunk dark-themed large-screen interactive interface built with React + Vite, providing an immersive management and alerting experience.
    • Full-stack Node.js business services, equipped with built-in Redis Streams to achieve a stable delivery strategy for a million-level event bus (zero packet loss state synchronization).
  • Quick Experience Tool (Simulator):
    • Built-in zero-threshold communication flow packet sending test tool based on PCAP playback and NodeJS, helping developers quickly verify deployment effectiveness without production equipment.
  • (Pro Limited) Offline real-time audio processing capabilities (RTP decoding and G.711 / Opus conversation stripping analysis).

🐛 Fixed

  • Resolved the occasional issue where Call Detail Records (CDR) would lose association when entering the database under certain extremely high-frequency automatic outbound peaks.
  • Strengthened the management console's robustness for fully automatic hot recovery and compensatory reconnection of WebSockets after client weak network conditions and disconnections.

⚠️ Breaking Changes

  • (Initialized Architecture) This version marks a direct upgrade from the early prototype to a distributed microservice production standard architecture, and does not support any smooth migration from versions lower than this base.

For the complete history of older versions and more minor patch notes, please refer to the project's GitHub Releases page records.

Released under the BSL License.