- Added extensive BackedEnum support across middleware, gates, and dispatchers, along with new validation rules (minRatio, maxRatio) and the when() helper.
- Introduced several convenience features such as Skip middleware, withoutDelay() on PendingDispatch, Tag attribute, fromUrl() for attachments, and Eloquent\Collection::findOrFail.
- Fixed numerous bugs (closure docblocks, Str::trim defaults, etag headers, pluck on chaperoned relations, SQLite alter table expressions) and improved documentation, tests, and PHPStan integration.