Added
- Added cache_locks table to cache stub (#38152)
- Added queue:monitor command (#38168)
- Added twiceDailyAt schedule frequency (#38174)
- Added immutable date and datetime casting (#38199)
- Allow the php web server to run multiple workers (#38208)
- Added accepted_if validation rule (#38210)
Fixed
- Fixed signed routes with expires parameter (#38111, 732c0e0)
- Remove call to deleted method in
Illuminate/Testing/TestResponse::statusMessageWithException()
(cde3662) - Fixed previous column for cursor pagination (#38203)
Changed
- Prevent assertStatus() invalid JSON exception for valid JSON response content (#38192)
- Bump AWS SDK to
^3.186.4
(#38216) - Implement
ReturnTypeWillChange
for some place (#38221, #38212, #38226) - Use actual countable interface on MessageBag (#38227)
Refactoring
- Remove hardcoded Carbon reference from scheduler event (#38063)