Added
- #2896 Support to define autoloaded view component classes and anonymous components.
- #2921 Added method
count()forParallel.
Fixed
- #2913 Fixed memory leak when using
with()for ORM. - #2915 Fixed bug that worker will be stoped when
onMessageoronClosefailed in websocket server. - #2927 Fixed validation rule
alpha_dashdoes not supportint.
Changed
- #2918 Don't allow to open
server.settings.daemonizeconfiguration when usinghyperf/watcher. - #2930 Upgrade the minimum version of
php-amqplibtov2.9.2.
Optimized
- #2931 Pass controller instance as first argument to method_exists function not the class namespace string.