v12.10.0
- Use value() helper in 'when' method by @mohammadrasoulasghari in #55465
- [12.x] Test
@use
directive without quotes by @osbre in #55462 - [12.x] Enhance Broadcast Events Test Coverage by @roshandelpoor in #55458
- [12.x] Add
Conditionable
Trait toFluent
by @michaelnabil230 in #55455 - [12.x] Fix relation auto loading with manually set relations by @patrickweh in #55452
- Add missing types to RateLimiter by @ClaudioEyzaguirre in #55445
- [12.x] Fix for global autoload relationships not working in certain cases by @litvinchuk in #55443
- [12.x] Fix adding
setTags
method on new cache flush events by @erikn69 in #55405 - Fix: Unique lock not being released after transaction rollback in ShouldBeUnique jobs with afterCommit() by @toshitsuna-otsuka in #55420
- [12.x] Extends
AsCollection
to map items into objects or other values by @DarkGhostHunter in #55383 - [12.x] Fix group imports in Blade
@use
directive by @osbre in #55461 - chore(tests): align test names with idiomatic naming style by @kauffinger in #55496
- Update compiled views only if they actually changed by @pizkaz in #55450
- Improve performance of Arr::dot method - 300x in some cases by @cyppe in #55495
- [12.x] Add tests for
CacheBasedSessionHandler
by @imanghafoori1 in #55487 - [12.x] Add tests for
FileSessionHandler
by @imanghafoori1 in #55484 - [12.x] Add tests for
DatabaseSessionHandler
by @imanghafoori1 in #55485 - [12.x] Fix many to many detach without IDs broken with custom pivot class by @amir9480 in #55490
- [12.x] Support nested relations on
relationLoaded
method by @tmsperera in #55471 - Bugfix for Cache::memo()->many() returning the wrong value with an integer key type by @bmckay959 in #55503
- [12.x] Allow Container to build
Migrator
from class name by @cosmastech in #55501