github hyperf/hyperf v3.0.17
Release v3.0.17

latest releases: v3.1.70, v3.2.1, v3.2.0...
3 years ago

Fixed

  • #5642 Fixed bug that the model cache cannot be created when using find many to 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() and Redis::transaction() support.
  • #5641 Support deeply nested cache relations for model-cache.
  • #5646 Added PriorityDefinition to sort dependencies.

Optimized

  • #5634 Use Hyperf\Stringable\Str instead of Hyperf\Utils\Str.
  • #5636 Reduce kafka first start time and handle stop consumer logic
  • #5648 Removed requirement hyperf/utils from hyperf/guzzle.

Full Changelog: v3.0.16...v3.0.17

Don't miss a new hyperf release

NewReleases is sending notifications on new releases.