Laravel v5.8.19 is released in 2019/05/28, here are the changes we`ve merged into this release.
Added
- Added optional
DYNAMODB_ENDPOINTenv variable to configure endpoint for DynamoDB (#28600) - Added
Illuminate\Foundation\Application::isProduction()method (#28602) - Allowed exception reporting in
rescue()to be disabled (#28617) - Allowed to parse Url in Redis configuration (#28612, f4cfb32)
- Allowed setting additional (
sourceipandlocaldomain) smtp config options (#28631, 435c05b)
Fixed
- Fixed Eloquent UPDATE queries with alias (#28607)
- Fixed
Illuminate\Cache\DynamoDbStore::forever()(#28618) - Fixed
event:listcommand, when using a combination of manually registering events and event auto discovering (#28624)
Performance improvement
- Improve performance for
Arr::flatten()(#28614)
Changed
- Added
idtoModelNotFoundExceptionexception inImplicitRouteBinding(#28588)
GitHub: https://github.com/laravel/framework/releases/tag/v5.8.19

