Changelog (v2.7.0)
All notable updates and releases of the Laravel Agent-Debugger are recorded here.
v2.7.0 (2026-05-22)
Added
- Environment Configuration Drift Tracker: Computes a local SHA-256 hash comparison of environment variables, alerting developers instantly on configuration modifications.
- Compiled Blade Exception Path Resolver: Captures
ViewExceptionerrors and decodes the compiled cache target file path back to its physical raw.blade.phptemplate. - Artisan Clean Hook: Added dynamic boot check scanning terminal CLI inputs (
$_SERVER['argv']). If the local development server starts usingphp artisan serve, the debugger automatically purges old logs.
Refined
- N+1 Query Loop Warning: Optimized loop detection using SQL parameterized template signatures, ignoring custom model parameters.
- Smart Payload Truncator: Retains a configurable sample of 2 elements when truncating massive collections, preserving schema context.
- Security Redactor: Enhanced recursive scanning routines to cover nested request parameters and authorization headers.
v2.0.0 (2026-05-18)
Added
- Zero-JS Viewport Border Frame: Global response injector adding a styling overlay indicating active profiling.
- Database Transaction Auditor: Integrated event listeners capturing
beginTransaction,commit, androllbackactions. - Authorization Policy checks: Integrated hooks evaluator capturing gate results.