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
dispatchToQueue()
toBusFake
(#31935)
- Support either order of arguments for symmetry with livewire (8d558670)
Fixed
- Bring
--daemon
option back toqueue:work
command (24c1818)
- Fixed scheduler dependency assumptions (#31894)
- Fixed ComponentAttributeBag merge behaviour (#31932)
Changed
- Intelligently drop unnamed prefix name routes when caching (#31917)
- Closure jobs needs illuminate/queue (#31933)
- Have a cache aware interface instead of concrete checks (#31903)
Added
- Added
Illuminate\Routing\RouteRegistrar::apiResource()
method (#31857)
- Added optional $table parameter to
ForeignIdColumnDefinition::constrained()
method (#31853)
Fixed
- Fixed phpredis "zadd" and "exists" on cluster (#31838)
- Fixed "srid" mysql schema (#31852)
- Fixed Microsoft ODBC lost connection handling (#31879)
Changed
- Fire
MessageLogged
event after the message has been logged (not before) (#31843)
- Avoid using array_merge_recursive in HTTP client (#31858)
- Expire the jobs cache keys after 1 day (#31854)
- Avoid global app() when compiling components (#31868)