- Improve job handling performance and visibility: reduce cache hits for debounced jobs, expose processed count and last job timestamp on WorkerStopping, and use kill-others-on-fail for artisan dev.
- Add developer-oriented features: priority‑based registration for dev commands, conditional return types and synced getter return types across methods and properties.
- Fix multiple bugs: HEAD request cache headers, RateLimited middleware serialization, Number::forHumans/abbreviate/fileSize handling of INF/NAN, top‑level zero JSON bodies, flexible cache tag lock collisions, and signal handling in schedu...