Added
- #2334 Added method
Arr::mergeto merge array more friendly thanarray_merge_recursive. - #2335 Added
Hyperf/Utils/Optionalwhich accepts any argument and allows you to access properties or call methods on that object. - #2336 Added
RedisNsqAdapterwhich publish message through nsq forsocketio-server.
Fixed
- #2338 Fixed filesystem does not works when using s3 adapter.
- #2340 Fixed
__FUNCTION__and__METHOD__magic constants does work in closure of aop proxy class
Optimized
- #2319 Optimized the
ResolverDispatcherwhich is friendly for circular dependencies.
Dependencies Upgrade
- Upgraded
markrogoyski/math-phprequirement from^0.49.0to^1.2.0