Skip to content

Release v2.0.22

Choose a tag to compare

@limingxinleo limingxinleo released this 07 Dec 06:04
· 2507 commits to master since this release
b556e34

Added

  • #2896 Support to define autoloaded view component classes and anonymous components.
  • #2921 Added method count() for Parallel.

Fixed

  • #2913 Fixed memory leak when using with() for ORM.
  • #2915 Fixed bug that worker will be stoped when onMessage or onClose failed in websocket server.
  • #2927 Fixed validation rule alpha_dash does not support int.

Changed

  • #2918 Don't allow to open server.settings.daemonize configuration when using hyperf/watcher.
  • #2930 Upgrade the minimum version of php-amqplib to v2.9.2.

Optimized

  • #2931 Pass controller instance as first argument to method_exists function not the class namespace string.