The CakePHP core team is happy to announce the immediate availability of CakePHP 4.3.6. This is a maintenance release for the 4.3 branch that fixes several community reported issues.
Bugfixes
You can expect the following changes in 4.3.6. See the changelog for every commit.
- Fixed typing errors when routes converted passed parameters into objects.
- Improved API documentation.
- Fixed a memory leak in
TranslatorRegistrywhen many translations were loaded from cache. - Improved handling of empty
arraytyped controller action parameters. - Fixed required options blocking
--helpoutput in console commands. CacheEngine::deleteMultiple()now attempts to delete all keys instead of stopping at the first failure.- Fixed regression in belong to many associations that use a junction table and finder that applies
contain()to the query.
Contributors to 4.3.6
Thank you to all the contributors that helped make this release happen:
- ADmad
- Corey Taylor
- Mark Story
- Val Bancer
- ndm2
As always, we would like to thank all the contributors that opened issues, created pull requests or updated the documentation.