Laravel v6.5.0 is released in 2019/11/05, here are the changes we`ve merged into this release.
Added
- Added
LazyCollection::remember()
method (#30443) - Added
Str::afterLast()
andStr::beforeLast()
methods (#30507) - Added
existsOr()
anddoesntExistOr()
methods to the query builder (#30495) - Added
unless
condition to Blade customif
directives (#30492)
Changed
- Added reconnect if missing connection when beginning transaction (#30474)
- Set Redis cluster prefix with PhpRedis (#30461)
GitHub: https://github.com/laravel/framework/releases/tag/v6.5.0