Laravel v5.8.12 is released in 2019/04/16, here are the changes we`ve merged into this release.
Added
- Added
Illuminate\Support\Collection::duplicates()(#28181) - Added
Illuminate\Database\Eloquent\Collection::duplicates()(#28194) - Added
Illuminate\View\FileViewFinder::getViews()(#28198) - Added helper methods
onSuccess()\onFailure()\pingOnSuccess()\pingOnFailure()\emailOnFailure()toIlluminate\Console\Scheduling\Event(#28167) - Added
SETdatatype on MySQL Grammar (#28171) - Added possibility for use
in/not inoperators in the query builder (#28192)
Fixed
- Fixed memory leak in JOIN queries (#28220)
- Fixed circular dependency in
Support\Testing\Fakes\QueueFakefor undefined methods (#28164) - Fixed exception in
lt\lte\gt\gtevalidations with different types (#28174) - Fixed
string quotingforSQL Server(#28176) - Fixed
whereDayandwhereMonthwhen passingintvalues (#28185)
Changed
- Added
autocompleteattributes to the html stubs (#28226) - Improved
event:listcommand (#28177, cde1c5d) - Updated
Illuminate\Database\Console\Factories\FactoryMakeCommandto generate more IDE friendly code (#28188) - Added missing
LockProviderinterface onDynamoDbStore(#28203) - Change session's user_id to unsigned big integer in the stub (#28206)
GitHub: https://github.com/laravel/framework/releases/tag/v5.8.12

