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.
Added
- Add pdo try again as lost connection message (#32605)
Fixed
- Fixed
Illuminate\Foundation\Testing\TestResponse::assertSessionHasInput()
(f0639fd)
- Set relation connection on eager loaded MorphTo (#32602)
- Fixed
Illuminate\Database\Schema\Grammars\SqlServerGrammar::compileDropDefaultConstraint()
was ignoring Table prefixes (#32606)
- Filtering null's in
hasMorph()
(#32614)
- Fixed bug with model name in
Illuminate\Database\Eloquent\RelationNotFoundException::make()
(f72a166)
- Fixed
Illuminate\Foundation\Testing\TestResponse::assertJsonCount()
not accepting falsey keys (#32655)
Changed
- Changed
Illuminate/Database/Eloquent/Relations/Concerns/AsPivot::fromRawAttributes()
(6c502c1)
- Use single space if plain email is empty in
Illuminate\Mail\Mailer::addContent()
(0557622)
- Remove wasted file read when loading package manifest in
Illuminate\Foundation\PackageManifest::getManifest()
(#32646)
- Cache
FakerGenerator
instances (#32585)
- Do not change
character
andcollation
for some columns on change (fccdf7c)
Fixed
- Auth with each master on flushdb (d0afa58)
- Clear resolved facades earlier (f2ea1a2)
- Register opis key so it is not tied to a deferred service provider (a4574ea)
- Pass status code to schedule finish (b815dc6)
- Fix firstWhere behavior for relations (#32525)
- Fixed boolean value in
Illuminate\Foundation\Testing\TestResponse::assertSessionHasErrors()
(#32555)
Fixed
- Check if object (1b0bdb4)