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
Arr::hasAny()
method (#31636)
Fixed
- Use correct locale when resolving Faker from the container (#31615)
Changed
- Make
newPivotQuery()
method public (#31677)
- Allowed easier customization of the queued mailable job (#31684)
- Expose Notification Id within Message Data in
Illuminate\Notifications\Channels\MailChannel
(#31632)
Changed
- Don`t do chmod in File cache in case if permission not set (#31593)
Added
- Added file
permission
config option for the File cache store (#31579)
- Added
Connection refused
andrunning with the --read-only option so it cannot execute this statement
toDetectsLostConnections
(#31539)
Reverted
Fixed
- Fixed issue
Content Type not specified
(#31533)
Changed
- Allowed
cache
helper to have an optionalexpiration
parameter (#31554)
- Allowed passing of strings to
TestResponse::dumpSession()
method (#31583)
- Exclude mariaDB from database queue support for new SKIP LOCKED (fff96e7)