github hyperf/hyperf v3.0.11
Release v3.0.11

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

Added

  • #5499 Support enum for hyperf/constants.
  • #5508 Added Hyperf\Rpc\Protocol::getNormalizer.
  • #5509 Auto register normalizer for json-rpc.
  • #5513 Use default normalizer for rpc-multiplex and use protocol.normalizer for rpc-server.
  • #5518 Added SwooleConnection::getSocket to get swoole response.
  • #5520 Added Coroutine::stats() and Coroutine::exists().
  • #5525 Added kafka.default.consume_timeout to control the consumer for consuming messages.
  • #5526 Added Hyperf\Kafka\AbstractConsumer::isEnable() to control the kafka consumer start or not.

Fixed

  • #5519 Fixed bug that worker cannot exit caused by kafka producer->loop().
  • #5523 Fixed bug that process stopped when kafka rebalance.

Optimized

  • #5510 Allow developers to replace the normalizer of RPC Client themselves.
  • #5525 Running in an independent coroutine when consume kafka message.

New Contributors

Full Changelog: v3.0.10...v3.0.11

Don't miss a new hyperf release

NewReleases is sending notifications on new releases.