The CakePHP core team is happy to announce the immediate availability of CakePHP 5.2.9. This is a maintenance release for the 5.2 branch that fixes several community reported issues and regressions.
Bugfixes
You can expect the following changes in 5.2.9. See the changelog for every commit.
- Improve PHPUnit usage in tests.
- Fixed DI integration for Components.
- Type annotations for
LocatorAwareTrait::fetchTable()have been improved so that IDEs / static analyzer can now recognize the specific table type for the returned value, when the method is called with FQCN. - Fixed default value reflection and for SQLite boolean columns.
- Fixed how
Socketdetects connection interruptions, by deprecating$connectedproperty, and usingis_resource()instead. This should improve behavior ofSmtpTransportin long running processes. - Improved typehints for
SelectQuery.
Contributors to 5.2.9
Thank you to all the contributors that submitted a pull request:
- Adam Halfar
- ADmad
- Alberto Pagliarini
- kolorafa
- Mark Scherer
- Mark Story
As always, we would like to also thank all the contributors that opened issues, or updated the documentation.