Laravel Changelog History Search
Welcome to the Laravel Changelog History Search! Dive into the comprehensive history of the Laravel framework with ease. Explore past changes, updates, and improvements. Find specific versions or features quickly. Stay informed and empowered as you navigate the evolution of Laravel. Start searching and uncover the valuable insights from the Laravel Changelog History.
Fixed
- Fixed
MailMessage::render()
ifview
method was used (#29698)
- Fixed setting of numeric values as model attribute (#29714)
- Fixed mocking of events
until
method inMocksApplicationServices
(#29708)
- Fixed: Use custom attributes in lt/lte/gt/gte rules messages (#29716)
Changed:
- Changed applying of Aws Instance Profile (#29738)
Added
- Added
ValidatesWhenResolvedTrait::passedValidation()
callback (#29549)
- Implement new types for email validation support (#29589)
- Added Redis 5 support (#29606)
- 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)
Refactoring
- Simplified
isset()
(#29581)
Fixed
- Fixed FatalThrowableError in
updateExistingPivot()
when pivot is non-existent (#29362)
- Fixed worker timeout handler when there is no job processing (#29366)
- Fixed
assertJsonValidationErrors()
with muliple messages (#29380)
- Fixed UPDATE queries with alias (#29405)
Changed
Illuminate\Cache\ArrayStore::forget()
returns false on missing key (#29427)
- Allow chaining on
QueryBuilder::dump()
method (#29437)
- Change visibility to public for
hasPivotColumn()
method (#29367)
- Added line break for plain text mails (#29408)
Added
- Added
MakesHttpRequests::option()
andMakesHttpRequests::optionJson()
methods (#29258)
- Added
Blueprint::uuidMorphs()
andBlueprint::nullableUuidMorphs()
methods (#29289)
- Added
MailgunTransport::getEndpoint()
andMailgunTransport::setEndpoint()
methods (#29312)
- Added
WEBP
to image validation rule (#29309)
- Added
TestResponse::assertSessionHasInput()
method (#29327)
- Added support for custom redis driver (#29275)
- Added Postgres support for
collation()
on columns (#29213)
Fixed
- Fixed collections with JsonSerializable items and mixed values (#29205)
- Fixed MySQL Schema Grammar
$modifiers
order (#29265)
- Fixed UPDATE query bindings on PostgreSQL (#29272)
- Fixed default theme for Markdown mails (#29274)
- Fixed UPDATE queries with alias on SQLite (#29276)
- Fixed UPDATE and DELETE queries with join bindings on PostgreSQL (#29306)
- Fixed support of
DateTime
objects andint
values inorWhereDay()
,orWhereMonth()
,orWhereYear()
methods in theBuilder
(#29317)
- Fixed DELETE queries with joins on PostgreSQL (#29313)
- Fixed model deserializing with custom
Model::newCollection()
(#29196)
Reverted
Changed
- Allocate memory for error handling to allow handling memory exhaustion limits (#29226)
- Teardown test suite after using fail() method (#29267)