Added
- #1172 Added
hyperf/scout, a coroutine friendly version oflaravel/scout. - #1868 Added sentinel mode for redis.
- #1969 Added
hyperf/resourceandhyperf/resource-grpcwhich can format model to response easily.
Fixed
- #2594 Fixed crontab does not stops when using signal.
- #2601 Fixed
@propertywill be replaced by@property-readwhen the property hasgetterandsetterat the same time. - #2607 Fixed memory leak in
RetryAnnotationAspect. - #2624 Fixed http client does not works when using guzzle 7.0 and curl hook for
hyperf/testing. - #2632 Fixed redis cluster does not support password.
Optimized
- #2603 Allow
whereNullto accept array columns argument.