Laravel v7.2.0 is released in 2020/03/17, here are the changes we`ve merged into this release.
Added
- Added
Illuminate\Testing\PendingCommand::expectsConfirmation()
(#31965) - Allowed configuring the timeout for the smtp mail driver (#31973)
- Added
Http client
query string support (#31996)
Fixed
- Added missing
ramsey/uuid
dependency toIlluminate/Queue/composer.json
(#31988) - Fixed output of component attributes in View (#31994)
Changed
- Changed
cookie
helper signature to matchCookieFactory
(#31974) - Publish the form request stub used by RequestMakeCommand (#31962)
- Handle prefix update on route level prefix (449c80)
- Ensure SqsQueue queues are only suffixed once (#31925)
- Added space after component closing tag for the View (#32005)
GitHub: https://github.com/laravel/framework/releases/tag/v7.2.0