Added
- Added
Illuminate/Foundation/Testing/Concerns/InteractsWithDatabase::expectsDatabaseQueryCount()
(#45932) - Added pending has-many-through and has-one-through builder (#45894)
- Added
Illuminate/Http/Client/PendingRequest::withUrlParameters()
(#45982)
Fixed
- Fix: prevent duplicated content-type on HTTP client (#45960)
- Add missing php extensions in composer (#45941)
Changed
- Command schedule:work minor features: schedule:run output file & environment specific verbosity (#45949)
- Added missing self reserved word to reservedNames array in
Illuminate/Console/GeneratorCommand.php
(#46001) - pass value along to ttl callback in
Illuminate/Cache/Repository::remember()
(#46006) - Make sure the lock_connection is used for schedule's withoutOverlapping() (#45963)