Changelog v2.4.0 - Automated Testing Infrastructure โ
Release Date: 2026-04-10 Summary: Milestone update establishing a professional testing workflow for pre-deployment validation.
๐ก๏ธ Testing & Validation โ
- Pre-Flight Suite: Introduced
tests/api_check.js, an automated integration script that verifies all core API endpoints, authentication layers, and message dispatching. - Color-Coded Reports: Provides immediate visual feedback in the terminal for system health.
๐งน Security & Housekeeping โ
- Developer Exclusions: Updated
.gitignoreto prevent development-only tools liketests/andscripts/from being pushed to public or production environments. - Auth Integrity: The test suite validates the
x-api-keyheader implementation across all sensitive routes.
๐๏ธ Architecture โ
- Version Bump: Increment to v2.4.0, providing the "Pre-Flight" safety net required for the upcoming Dashboard Phase.
