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
- Implemented
Job Based Retry Delay
(#28265)
Changed
- Update auth stubs with
[@error
](https://github.com/error`) blade directive (#28273)
- Convert email data tables to layout tables (#28286)
Reverted
- Partial reverted ability of register custom Doctrine DBAL, since of #28282 issue (#28301)
Refactoring
Added
- Added
[@error
](https://github.com/error`) blade directive (#28062)
Fixed
Reverted
- Reverted of
possibility for use in / not in operators in the query builder
since of issue withwherePivot()
method (04a547ee)
Added
- Added
Illuminate\Support\Collection::duplicates()
(#28181)
- Added
Illuminate\Database\Eloquent\Collection::duplicates()
(#28194)
- Added
Illuminate\View\FileViewFinder::getViews()
(#28198)
- Added helper methods
onSuccess()
\onFailure()
\pingOnSuccess()
\pingOnFailure()
\emailOnFailure()
toIlluminate\Console\Scheduling\Event
(#28167)
- Added
SET
datatype on MySQL Grammar (#28171)
- Added possibility for use
in
/not in
operators in the query builder (#28192)
Fixed
- Fixed memory leak in JOIN queries (#28220)
- Fixed circular dependency in
Support\Testing\Fakes\QueueFake
for undefined methods (#28164)
- Fixed exception in
lt
\lte
\gt
\gte
validations with different types (#28174)
- Fixed
string quoting
forSQL Server
(#28176)
- Fixed
whereDay
andwhereMonth
when passingint
values (#28185)
Changed
- Added
autocomplete
attributes to the html stubs (#28226)
- Updated
Illuminate\Database\Console\Factories\FactoryMakeCommand
to generate more IDE friendly code (#28188)
- Added missing
LockProvider
interface onDynamoDbStore
(#28203)
- Change session's user_id to unsigned big integer in the stub (#28206)
Added
- Allowed to call
macros
directly onIlluminate\Support\Facades\Date
(#28129)
- Allowed
lock
to be configured inlocal filesystems
(#28124)
- Added tracking of the exit code in scheduled event commands (#28140)
Fixed
- Fixed of escaping single quotes in json paths in
Illuminate\Database\Query\Grammars\Grammar
(#28160)
- Fixed event discovery with different Application Namespace (#28145)
Changed
- Added
realpath
toapp_path
during string replacement inIlluminate\Foundation\Console\Kernel::load()
(82ded9a)