The CakePHP core team is happy to announce the immediate availability of CakePHP 5.4.1. This is a maintenance release for the 5.4 branch that fixes community reported issues, regressions and a security issue with RateLimitMiddleware. Thank you to yousukezan for reporting the security issue via our mailing list.
Bugfixes
You can expect the following changes in 5.4.1. See the changelog for every commit.
- Fixed incorrect alias generation with postgres driver and subqueries.
- Fixed errors related to newly added properties when
Database\Schema\ColumnandIndexare deserialized. - Added missing
add()method toCache\Engine\NullEngine. - Changed default
ipHeaderinRateLimitMiddlewarefromx-forwarded-fortoremote_addr. - Improved API docs for
FunctionsBuilder.
Contributors to 5.3.1
Thank you to all the contributors that submitted a pull request:
- Alejandro Ibarra
- Kevin Pfeifer
- Mark Scherer
- Mark Story
- othercorey
As always, we would like to also thank all the contributors that opened issues, or updated the documentation.