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.
v9.52.6 - 2023-04-18
Fixed
- Fixed Cache::spy incompatibility with Cache::get (#46689)
Changed
- Remove unnecessary parameters in creatable() and destroyable() methods in Illuminate/Routing/PendingSingletonResourceRegistration class (#46677)
- Allow Event::assertListening to check for invokable event listeners (#46683)
- Return non-zero exit code for uncaught exceptions (#46541)
- Release lock for job implementing ShouldBeUnique that is dispatched afterResponse() (#46806)
v9.52.5 - 2023-02-25
Fixed
- Fixed
Illuminate/Foundation/Testing/Concerns/InteractsWithDatabase::expectsDatabaseQueryCount()
$connection parameter (#46228)
- PHP 8.0 fix for Closure jobs (#46505)
- Fix preg_split error when there is a slash in the attribute (#46549)
Changed
- Allow WithFaker to be used when app is not bound (#46529)