Laravel v5.8.33 is released in 2019/08/20, here are the changes we`ve merged into this release.
Added
- Added
ValidatesWhenResolvedTrait::passedValidation()
callback (#29549) - Implement new types for email validation support (#29589)
- Added Redis 5 support (#29606)
- Added
insertOrIgnore
support (#29639, 46d7e96, #29645) - Allowed to override the existing
Whoops
handler.(#29564)
Fixed
- Fixed non-displayable boolean values in validation messages (#29560)
- Avoid undefined index errors when using AWS IAM (#29565)
- Fixed exception message in the
ProviderRepository::writeManifest()
(#29568) - Fixed invalid link expiry count in ResetPassword (#29579)
- Fixed command testing of
output
andquestions
expectations (#29580) - Added ignoring of classes which are not instantiable during event discovery (#29587)
- Used real classname for seeders in the output (#29601)
GitHub: https://github.com/laravel/framework/releases/tag/v5.8.33