Skip to content

v1.0.16

Choose a tag to compare

@limingxinleo limingxinleo released this 20 Sep 02:06
330b8d1

Added

  • #565 Added options config for redis.
  • #580 Added coroutine concurrency control features.

Fixed

  • #564 Fixed typehint error, when Coroutine\Http2\Client->send failed.
  • #567 Fixed rpc-client getReturnType failed, when the name is not equal of service.
  • #571 Fixed the next request will be effected after using stopPropagation.
  • #579 Dynamic init snowflake meta data, fixed the problem that when using snowflake in command mode (e.g. di:init-proxy) will connect to redis server and wait timeout.

Changed

  • #583 Throw GrpcClientException, when BaseClient::start failed.
  • #585 Throw exception when execute failed in task worker.