The CakePHP core team is happy to announce the second release candidate for CakePHP 5.3.0. Since the previous release candidate, the following changes have been made:
- Added
ExistsInNullablerule class to make it easier to create exists in rules that allow nulls. - Bugfixes and Improvements to the rate limiter middleware.
- Improved API documentation.
SortFieldtreats 'desc' as reverse of the default direction now.- Fixed
maxLimitrestriction onPaginatorHelper::limitControl(). - Fixed missing type mappings in database schema.
- Missing abstract types no longer raise exceptions. Instead a String type is returned.
- Loading plugin classes with the class name of
Pluginis now deprecated. - Added additional data to cache engine events.
- Fixed deserialization error in
TableSchema. - Added verbose mode output for the
versioncommand. - Improved error messages when a command is missing.
- Added
Http\RedirectTraitto make it easier to build redirect responses in applications and plugins. Association::__isset()now only checks for associations, to be aligned with__get().- Commands can now implement the
CommandHiddenInterfacemarker interface to hide a command from command listings.
What's new in 5.3.0
The migration guide has a complete list of what's new in 5.3.0. We recommend you give that page a read when upgrading as it notes the behavior changes present in 5.3.0.
How you Can Help
You can help deliver 5.3.0 by contributing in one of many ways:
- Check the documentation for mistakes, outdated, unclear or broken examples. We've been trying to update the documentation as we go, but there are likely examples or sections we've missed.
- Try it out! Give CakePHP 5.3.0 a test drive. Let us know how upgrading went and if there were any rough spots.
- File issues for regressions in existing features, or suggest new features. Even if those features don't make it into 5.3.0, we're early in the process of planning 5.3 and value community feedback.
Contributors to 5.3.0-RC2
Thank you to all the contributors that have contributed to this release:
- ADmad
- Corey Taylor
- Jasper Smet
- Kevin Pfeifer
- Marcelo Rocha
- Mark Scherer
- Mark Story
As always, a huge thanks to all the community members that helped make this release happen by reporting issues and sending pull requests.