The CakePHP core team is happy to announce the immediate availability of CakePHP 5.2.2. 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.2. See the changelog for every commit.
- Table finder and method maps are cleaned up when behaviors are unloaded.
- Http/Client now uses
GETinstead ofgetwhen makingGETrequests. - Reverted a change to
NumberHelperintended for 5.3. - Improved MySQL column generation features.
- Improved type annotations for
Table::getBehavior() - Logged and displayed errors now always include location information.
- Added implementation of
columnDefinitionSqlto postgres and sqlserver. - Deprecated defining overlapping short options in command line tools.
Contributors to 5.2.2
Thank you to all the contributors that submitted a pull request:
- Adam Halfar
- ADmad
- Fiona Wille
- Marcelo Rocha
- Mark Scherer
- Mark Story
As always, we would like to also thank all the contributors that opened issues, or updated the documentation.