Laravel v6.5.2 is released in 2019/11/19, here are the changes we`ve merged into this release.
Added
- Allowed model serialization on jobs for typed properties (#30604, #30605, 920c364)
- Allowed fallback when facade root accessor has previously been resolved (#30616)
- Added support for separation between
geometry
andgeography
types forPostgres
(#30545) - Added
createWithContent()
method toIlluminate\Http\Testing\File
andIlluminate\Http\Testing\FileFactory
(2cc6fa3, 181db51)
Refactoring
- Improved
PostgresGrammar::formatPostGisType()
method readability (#30593)
Changed
- Added
symfony/debug
dependency toilluminate/pipeline
(#30611) - Override
BelongsToMany::cursor()
to hydrate pivot relations (#30580) - Ignore Redis prefix when verifying channel access in RedisBroadcaster (#30597, d77ce36)
GitHub: https://github.com/laravel/framework/releases/tag/v6.5.2