- Added new JSON Schema capabilities (multipleOf for numbers, uniqueItems for arrays) and enriched @throws docblocks for Http, Serializer, and Type classes.
- Introduced vector option for whereFullText, named‑argument support in event dispatching/broadcasting, and Cache::funnel() for concurrency limiting across cache drivers.
- Refactored internals (TokenGuard, queue resolution with match, convertValuesToBoolean) and fixed bugs such as streamed RequestException handling, PDO transaction rollback on deadlock, SQS FIFO retry, and race conditions in the real‑time ...