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.
Revert
- Revert blade changes (#36902)
Revert
Added
- Added support useCurrentOnUpdate for MySQL datetime column types (#36817)
- Added
dispatch_sync()
helper (#36835)
- Allowing skipping TransformRequests middlewares via Closure (#36856)
- Added type option to make controller command (#36853)
- Added missing return $this to
Illuminate\Support\Manager::forgetDrivers()
(#36859)
- Added unfinished option to PruneBatchesCommand (#36877)
- Added a simple Str::repeat() helper function (#36887)
Fixed
- Fixed getMultiple and increment / decrement on tagged cache (0d21194)
- Implement proper return types in cache increment and decrement (#36836)
- Added missing temporary_url when creating flysystem (#36860)
- Fixed PostgreSQL schema:dump when read/write hosts are arrays (#36881)
Changed
- Improve the exception thrown when JSON encoding response contents fails in
Response::setContent()
(#36851, #36868)
- Revert isDownForMaintenance function to use file_exists() (#36889)
Fixed
- Fixed setting DynamoDB credentials (#36822)
Added
- Added support of DynamoDB in CI suite (#36749)
- Support username parameter for predis (#36762)
- Added missing months() to Wormhole (#36808)
Deprecated
- Deprecate MocksApplicationServices trait (#36716)
Fixed
- Fixes missing lazy() and lazyById() on BelongsToMany and HasManyThrough relation query builder (#36758)
- Ensure the compiled view directory exists (#36772)
- Fix Artisan test method PendingCommand::doesntExpectOutput() always causing a failed test (#36806)
- FIXED: The use of whereHasMorph in a whereHas callback generates a wrong sql statements (#36801)
Changed
- Allow lazy collection to be instantiated from a generator (#36738)
- Use qualified column names in pivot query (#36720)
- Octane Prep (#36777)
Refactoring
- Remove useless loop in
Str::remove()
(#36722)