Laravel v6.4.1 is released in 2019/10/29, here are the changes we`ve merged into this release.
v6.4.1 (2019-10-29)
Added
- Added
ScheduledTaskSkippedevent when a scheduled command was filtered from running (#30407) - Added
Login timeout expiredtoDetectsLostConnections(#30362) - Added
missingmethod toIlluminate\Filesystem\FilesystemandIlluminate\Filesystem\FilesystemAdapterclasses (#30441)
Changed
- Make
vendor:publishcommand more informative (#30408, 65d040d) - Accepted underscores URL in the
URLvalidator (#30417) - Updated
artisan downoutput to be consistent withartisan up(#30422) - Changed
!emptytoissetfor changing redis database (#30420) - Throw an exception when signing route got in parameter keys
signature(#30444, 71af732)
Fixed
- Fixed of retrieving view config in
ServiceProvider::loadViewsFrom()for Lumen (#30404)
GitHub: https://github.com/laravel/framework/releases/tag/v6.4.1

