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
- Added item to list of causedByLostConnection errors (#35744)
- Make it possible to set Postmark Message Stream ID (#35755)
Fixed
- Fixed
php artisan db
command for the Postgres CLI (#35725)
- Fixed OPTIONS method bug with use same path and diff domain when cache route (#35714)
Changed
- Ensure DBAL custom type doesn't exists in
Illuminate\Database\DatabaseServiceProvider::registerDoctrineTypes()
(#35704)
- Added missing
dispatchAfterCommit
toDatabaseQueue
(#35715)
- Set chain queue when inside a batch (#35746)
- Give a more meaningul message when route parameters are missing (#35706)
- Added table prefix to
Illuminate\Database\Console\DumpCommand::schemaState()
(4ffe40f)
Revert
Added
- Added
Illuminate\Database\Eloquent\Relations\Concerns\InteractsWithPivotTable::syncWithPivotValues()
(#35644, 49b3ce0)
Fixed
- Fixed
Illuminate\Validation\Concerns\ValidatesAttributes::validateJson()
for PHP8 (#35646)
- Fixed
assertCookieExpired()
andassertCookieNotExpired()
methods inIlluminate\Testing\TestResponse
(#35637)
- Fixed: Account for a numerical array of views in Mailable::renderForAssertions() (#35662)
- Catch DecryptException with invalid X-XSRF-TOKEN in
Illuminate\Foundation\Http\Middleware\VerifyCsrfToken
(#35671)
Changed
- Check configuration in
Illuminate\Foundation\Console\Kernel::scheduleCache()
(a253d0e)
- Modify
Model::mergeCasts
to return$this
(#35683)
- Clear a cached user in RequestGuard if a request is changed (#35692)
Added
- Delay pushing jobs to queue until database transactions are committed (#35422, 095d922, fa34d93, db0d0ba, d9b803a, 3e55841)
- Added
Illuminate\View\ComponentAttributeBag::has()
(#35562)
Fixed
- Handle
Throwable
exceptions onIlluminate\Redis\Limiters\ConcurrencyLimiter::block()
(#35546)
- Fixed PDO passing in SqlServerDriver (#35564)
- When following redirects, terminate each test request in proper order (#35604)