Added
- #2625 Added aspect
Hyperf\Tracer\Aspect\JsonRpcAspectwhich support json-rpc for tracer component. - #2709 #2733 Added
@mixininto Model, you can use static methods friendly. - #2726 #2733 Added option
--with-idewhich used to generate ide file. - #2737 Added view-engine component.
Fixed
- #2719 Fixed method
Arr::mergedoes not works whenarray1does not constains the$key. - #2723 Fixed
Paginator::resolveCurrentPathdeos not works.
Optimized
- #2746 Only execute task in the worker process.
Changed
- #2728 The methods with prefix
__will not be registered into service forrpc-server.