- Added extensive enum support to many core components (LazyCollection, ConcurrencyManager, RateLimitedWithRedis, Queue/Log/Session managers, Redis purge, Cache Repository, SortDirection, etc.)
- Enhanced type safety and documentation with numerous return‑type annotations, PHPDoc fixes, and shape definitions for Builder, MigrationRepository, Enumerable methods, and other classes
- Fixed bugs including domain‑scoped route registration, false positives in LazyCollection::has, pending dispatch cache resolution, signed URL validation bypass, flaky DynamoBatchTest timing, and introduced new WorkerInterrupted event and ...