Fixed
- #5642 Fixed bug that the model cache cannot be created when using
find manyto get non-exists models. - #5643 Fixed bug that the empty caches cannot be used for
Model::findManyFromCache(). - #5649 Fixed bug init table collector cannot work for coroutine style server.
Added
- #5634 Added
Hyperf\Stringable\str()helper function. - #5639 Added
Redis::pipeline()andRedis::transaction()support. - #5641 Support deeply nested cache relations for
model-cache. - #5646 Added
PriorityDefinitionto sort dependencies.
Optimized
- #5634 Use
Hyperf\Stringable\Strinstead ofHyperf\Utils\Str. - #5636 Reduce kafka first start time and handle stop consumer logic
- #5648 Removed requirement
hyperf/utilsfromhyperf/guzzle.
Full Changelog: v3.0.16...v3.0.17