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
- Allow multiple SES configuration with IAM Role authentication (#37523)
- Adds class handling for Blade echo statements (#37478)
- Added
Illuminate/Session/DatabaseSessionHandler::setContainer()
(7a71c29)
- Allow connecting to read or write connections with the db command (#37548)
- Added assertDownloadOffered test method to TestResponse class (#37532)
- Added
Illuminate/Http/Client/Response::close()
(#37566)
- Allow setting middleware on queued Mailables (#37568)
- Adds new RequestSent and ResponseReceived events to the HTTP Client (#37572)
Changed
- Rename protected method
Illuminate/Foundation/Console/StorageLinkCommand::removableSymlink()
toIlluminate/Foundation/Console/StorageLinkCommand::isRemovableSymlink()
(#37508)
- Correct minimum Predis version to 1.1.2 (#37554)
- Columns in the order by list must be unique (#37550)
- More Convenient Model Broadcasting (#37491)
Fixed
- Get queueable relationship when collection has non-numeric keys (#37556)
Added
- Added
Illuminate\Auth\Authenticatable::getAuthIdentifierForBroadcasting()
(#37408)
- Added eloquent strict loading mode (#37363)
- Added beforeQuery to base query builder (#37431)
- Added
Illuminate\Queue\Jobs\Job::shouldFailOnTimeout()
(#37450)
- Added
ValidatorAwareRule
interface (#37442)
- Added model support for database assertions (#37459)
Fixed
- Fixed eager loading one-of-many relationships with multiple aggregates (#37436)
Changed
- Improve signed url signature verification (#37432)
- Improve one-of-many performance (#37451)
- Update
Illuminate/Pagination/Cursor::parameter()
(#37458)
Added
- Support views in SQLServerGrammar (#37348)
- Added withExists method to QueriesRelationships (#37302)
- Allow sending a refresh header with maintenance mode response (#37385)
- Added loadExists on Model and Eloquent Collection (#37388)
- Added one-of-many relationship (inner join) (#37362)
Changed
- Avoid deprecated guzzle code (#37349)
- Make AssertableJson easier to extend by replacing self with static (#37380)
- Raise ScheduledBackgroundTaskFinished event to signal when a run in background task finishes (#37377)