- [11.x] Fix $fail closure type in docblocks for validation rules by @bastien-phi in #52644
- [11.x] Add MSSQL 2017 and PGSQL 10 builds by @driesvints in #52631
- Update
everyThirtyMinutes
cron expression by @SamuelNitsche in #52662 - Bump micromatch from 4.0.5 to 4.0.8 in /src/Illuminate/Foundation/resources/exceptions/renderer by @dependabot in #52664
- [11.x] apply excludeUnvalidatedArrayKeys to list validation by @lorenzolosa in #52658
- [11.x] Adding minRatio & maxRatio rules on Dimension validation ruleset by @CamKem in #52482
- [11.x] Add BackedEnum support to Authorize middleware by @diaafares in #52679
- [11.x] Add BackedEnum support to Gate methods by @diaafares in #52677
- [11.x] Suggest serializable-closure by @driesvints in #52673
- [11.x] Fix alter table expressions on SQLite by @hafezdivandari in #52678
- [11.x] Add Exceptions\Handler::mapLogLevel(...) so the logic can be easily overridden by @taka-oyama in #52666
- [11.x] Bugfix for calling pluck() on chaperoned relations. by @samlev in #52680
- [11.x] Fix build failures due to enum collide After adding BackedEnum support to Gate by @diaafares in #52683
- Fixing Str::trim to remove the default trim/ltrim/rtim characters " \n\r\t\v\0" by @mathiasgrimm in #52684
- [11.x] Add
Skip
middleware for Queue Jobs by @KennedyTedesco in #52645 - [11.x] Fix etag headers for binary file responses by @wouterrutgers in #52705
- [11.x] add
withoutDelay()
to PendingDispatch by @KennedyTedesco in #52696 - [11.x] Refactor
Container::getInstance()
to use null coalescing assignment by @xurshudyan in #52693 - [11.x] Removed unnecessary call to setAccessible(true) by @xurshudyan in #52691
- [11.x] Add
Eloquent\Collection::findOrFail
by @stevebauman in #52690 - [11.x] PHPStan Improvements by @crynobone in #52712
- [11.x] Fix Collection PHPDoc by @staudenmeir in #52724
- [11.x] Add optional parameter for
confirmed
validator rule by @jwpage in #52722 - [11.x] Test Improvements by @crynobone in #52718
- [11.x] Fix incorrect variable-length argument
$guards
from array to string by @kayw-geek in #52719 - Allow testing of relative signed routes by @shealavington in #52726
- [11.x] fix: Builder::with closure types by @calebdw in #52729
- Laracon 2024 by @taylorotwell in #52710
- Add
Tag
attribute by @TijmenWierenga in #52743 - [11.x] Adds BackedEnum to PendingDispatch's phpDoc for onQueue, allOnQueue, onConnection, allOnConnection methods by @sethsandaru in #52739
- New when() helper. by @danmatthews in #52665
- [11.x] Add
fromUrl()
to Attachment by @KennedyTedesco in #52688