github hyperf/hyperf v1.1.16

latest releases: v3.1.20, v3.1.19, v3.0.48...
4 years ago

Added

  • #1263 Added Event QueueLength for async-queue.
  • #1276 Added ACL token for Consul client.
  • #1277 Added NoOp Driver to hyperf/metric.

Fixed

  • #1262 Fixed bug that socket of keepaliveIO always exhausted.
  • #1266 Fixed bug that process does not restart when use timer.
  • #1272 Fixed bug that request id will be checked failed, when the id is null.

Optimized

  • #1273 Optimized grpc client.
    • gRPC client now automatically reconnects to the server after disconnection.
    • When gRPC client is garbage collected, the connection is automatically closed.
    • Fixed a bug where a closed gRPC client still holds the underlying http2 connection.
    • Fixed a bug where channel pool for gRPC may contain non-empty channels.
    • gRPC client now initializes itself lazily, so it can be used in constructor and container.

Deleted

Don't miss a new hyperf release

NewReleases is sending notifications on new releases.