Skip to content

Release v3.0.45

Choose a tag to compare

@limingxinleo limingxinleo released this 24 Nov 02:23
eca08e9

Added

  • #6297 Added Hyperf\Crontab\Mutex\ServerNodeInterface to get unique name for server node.
  • #6300 Added rate_limit.storage.options.pool which can be used to select the pool of redis when using rate-limit.
  • #6306 Support rpc-server request lifecycle events.

Fixed

  • #6298 Fixed complexity context for stdout logger.
  • #6303 Fixed bug that the PDO connection was broken when timed out.

Optimized

  • #6302 Set catch exceptions to false in Executor class.
  • #6315 Optimized the tracer component by replacing the direct instantiation with a closure at Context::getOrSet.

New Contributors

Full Changelog: v3.0.44...v3.0.45