Added
- #1645 Added parameter injection support for closure route.
- #1647 Added
Hyperf\ModelCache\Handler\RedisStringHandlerfor hyperf/model-cache component, store the cache data in string type. - #1654 Added
Hyperf\View\Exception\RenderExceptionto rethrow render exceptions in view.
Fixed
- #1639 Fixed bug that the unhealthy node will be got from
consul. - #1641 Fixed request exception will be thrown when the JSONRPC result is null.
- #1641 Fixed service health check does not works for
jsonrpc-tcp-length-checkprotocol. - #1650 Fixed bug that command
describe:routeswill show the wrong list. - #1655 Fixed
MysqlProcessor::processColumnsdoes not work when the MySQL server is 8.0 version.
Optimized
- #1636 Optimized
co-phpunitdo not broken in coroutine environment, when cases failed.