Laravel v6.16.0 is released in 2020/02/18, here are the changes we`ve merged into this release.
Added
- Added Guzzle 7 support (#31484)
- Added
Illuminate\Database\Query\Builder::groupByRaw()
(#31498) - Added SQLite JSON update support with json_patch (#31492)
Fixed
- Fixed
appendRow
on console table (#31469) - Fixed password check in
EloquentUserProvider::retrieveByCredentials()
(4436662)
Revert
- Revert table feature in the console output (4094d78)
Changed
- Change MySql nullable modifier to allow generated columns to be not null (#31452)
- Throw exception on empty collection in
assertSentTo()
\assertNotSentTo()
methods inNotificationFake
class (#31471)
GitHub: https://github.com/laravel/framework/releases/tag/v6.16.0