Added
- #405 Added Context::override() method.
- #415 Added handlers configuration for logger, now you could config multiple handlers to logger.
Changed
- #431 The third parameter of Hyperf\GrpcClient\GrpcClient::openStream() have been removed.
Fixed
- #414 Fixed WebSocketExceptionHandler typo
- #424 Fixed proxy configuration of
Hyperf\Guzzle\CoroutineHandlerdoes not support array parameter. - #430 Fixed file() method of Request will threw an exception, when upload files with same name of form.
- #431 Fixed missing parameters of the grpc request.
Deprecated
- #425 Marked
Hyperf\HttpServer\HttpServerFactory,Hyperf\JsonRpc\HttpServerFactory,Hyperf\JsonRpc\TcpServerFactoryas deprecated, will be removed inv1.1.