🚀 Features
- auth: add OAuth installer (#1674) (9c82b71)
- cache: make
assertLockedensure that the checked lock has an expiration (#1758) (1a2e8fb) - container: make all container properties publicly readable (#1785) (be93ec1)
- database: add support for self-referencing relations (#1745) (df2dcdc)
- http: add support to mark Request properties as #[SensitiveField] (#1746) (0000c99)
🐛 Bug fixes
- auth: correctly map user in GitHub OAuth provider (#1751) (ad2182a)
- auth: pass scopes/options to auth URL builder (#1750) (cbe54d7)
- auth: update outdated authenticatable import (#1752) (5c68b96)
- cache: support enum tags (#1756) (678b695)
- cache: add descriptions to
cache:cleararguments (#1755) (e324f6e) - command-bus: extract uuid from pending commands when not provided (#1761) (b787c16)
- console: properly normalize boolean flag names (#1762) (c6e6867)
- core: gracefully handle missing seeders when using
db:seed(#1759) (450ca75) - process: properly return exit code if missing (#1776) (9ad1587)