Laravel v5.8.27 is released in 2019/07/02, here are the changes we`ve merged into this release.
Added
- Let
mixhelper useapp.mix_urlconfig (#28952) - Added
RedisManager::setDriver()method (#28985) - Added
whereHasMorph()and corresponding methods to work withMorphTorelations (#28928)
Fixed
- Fixed: Changing a database field to binary include
collation(#28975) - Fixed app.stub for jquery components loading (#29001)
- Fixed equivalent for greek letter theta in
Str::ascii()(#28999)
Changed
- Prevented
TestResponse::dump()andTestResponse::dumpHeaders()methods from ending execution of the script (#28960) - Allowed
TestResponse::dump()andTestResponse::dumpHeaders()methods chaining (#28967) - Allowed to
NotificationFakeaccept custom channels (#28969) - Replace contents of service manifest atomically (#28973)
- Pass down the
serverVersiondatabase connection option to Doctrine DBAL connection (#28964, 1b55b28) - Replace
self::withstatic::in theRelation::getMorphedModel()(#28974) - Set a message for
SuspiciousOperationException(#29000) - Storing Mailgun Message-ID in the headers after sending (#28994)
GitHub: https://github.com/laravel/framework/releases/tag/v5.8.27

