Laravel 9.52.0 is now available. This release includes minor changes, improvements and bug fixes.
Laravel 9.52.0 is a clean and classy framework for PHP web development.
Freeing you from spaghetti code, Laravel helps you create wonderful applications using simple, expressive syntax. Development should be a creative experience that you enjoy, not something that is painful. Enjoy the fresh air.
Laravel 9.52.0 Changelog
🧮 Added
- Added methods to Enumerable contract (#46021)
- Added new mailer transport for AWS SES V2 API (#45977)
- Add S3 temporaryUploadUrl method to AwsS3V3Adapter (#45753)
- Add index hinting support to query builder (#46063)
- Add mailer name to data for SentMessage and MessageSending events (#46079)
- Added –pending option to migrate:status (#46089)
Illuminate/Http/Client/PendingRequest::withUrlParameters()
(#45982)
🐞 Bug fixes
- Fixed pdo exception when rollbacking without active transaction (#46017)
- Fix duplicated columns on select (#46049)
- Fixes memory leak on anonymous migrations (№46073)
- Fixed race condition in locks issued by the file cache driver (#46011)
📝 Changed
- Allow choosing tables to truncate in
Illuminate/Foundation/Testing/DatabaseTruncation::truncateTablesForConnection()
(#46025) - Update afterPromptingForMissingArguments method (#46052)
- Accept closure in bus assertion helpers (#46075)
- Avoid mutating the $expectedLitener between loops on Event::assertListening (#46095)
Although updates are tested, you’re always encouraged to backup your files before patching.
Tags: framework, php framework, Softaculous
Related Links
- Live Demo:
See Laravel in action (Softaculous site (External link)) - Official Website:
Learn more about Laravel software (External link) - Run Laravel in your website:
Please Contact us for more information or start any Hosting Plan and install Laravel from Softaculous software library - Laravel Changelog:
To read changelog source Click Here (GitHub External link)