Version: 3.9.2
Bug Fixes
- Route Caching - Automatically recovers from stale route cache and corrects an invalid exception import to prevent routing errors (#3523)
- Bearer/PAT Authentication - Fixed Bearer and personal access token authentication by validating against the core token store (#3522)
What's Changed
Other Changes
- fix(auth): establish user context for Sanctum Bearer API requests (3.9.0 regression) by @marcelfolaron in #3514
- test(api): Bearer-auth JSON-RPC contract suite + CI gate by @gloriafolaron in #3513
- Release v3.9.1 by @marcelfolaron in #3515
- fix(auth): authenticate Bearer/PAT via core token store (real Bearer fix) by @marcelfolaron in #3522
- fix(routing): self-heal stale route cache + correct BadMethodCallException import by @marcelfolaron in #3523
- Release v3.9.2 by @marcelfolaron in #3524
Full Changelog: v3.9.0...v3.9.2