Stay up to date with the latest improvements and features in CanxJS.
For all CanxJS releases, bug fixes are provided for 18 months and security fixes are provided for 2 years. For all additional libraries, only the latest major release receives bug fixes.
| Version | Node (*) | Release | Bug Fixes Until | Security Fixes Until |
|---|---|---|---|---|
1.6 | 18+ | February 2026 | August 2027 | February 2028 |
1.3 | 18+ | October 2025 | April 2027 | October 2027 |
1.2 | 16+ | June 2025 | December 2026 | June 2027 |
1.0 | 16+ | December 2024 | June 2025 | December 2025 |
(*) Supported Node.js versions
A robust cron-style task scheduler has been added, allowing you to schedule repeated tasks directly from your code without relying on the operating system's crontab.
A fully-featured event observer implementation. You can now define Event classes and Listeners to decouple your application logic.
Added support for sending notifications via multiple channels (Email, Database, SMS). Includes a fluent API for constructing messages.
introduced a powerful file storage abstraction with support for Local and S3 drivers, making file handling seamless across environments.
Initial release of CanxJS, featuring the core ultra-fast HTTP server, routing engine, and dependency injection container.