Added
- Improve content negotiation for exception handling (#39385)
- Added support for SKIP LOCKED to MariaDB (#39396)
- Custom cast string into Stringable (#39410)
- Added
Illuminate/Support/Str::mask()
(#39393) - Allow model attributes to be casted to/from an Enum (#39315)
- Added an Enum validation rule (#39437)
- Auth: Allows to use a callback in credentials array (#39420)
- Added success and failure command assertions (#39435)
Fixed
- Fixed CURRENT_TIMESTAMP as default when changing column (#39377)
- Make accept header comparison case-insensitive (#39413)
- Fixed regression with capitalizing translation params (#39424)
Changed
- Added bound check to env resolving in
Illuminate/Foundation/Application::runningUnitTests()
(#39434)