Added
- #6297 Added
Hyperf\Crontab\Mutex\ServerNodeInterfaceto get unique name for server node. - #6300 Added
rate_limit.storage.options.poolwhich can be used to select the pool of redis when usingrate-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
Executorclass. - #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