Fixed
- #3750 Fixed fatal error which caused by dispatching a non exist namespace when using
socket-io. - #3828 Fixed bug that lazy inject does not work for
Hyperf\Redis\RedisinPHP8.0. - #3845 Fixed bug that
watcherdoes not work forv2.2. - #3848 Fixed bug that the usage of registering itself like
nacos v2.1does not work. - #3866 Fixed bug that the metadata of nacos instance can't be registered successfully.
Optimized
- #3763 Support chained calls for
JsonResource::wrap()andJsonResource::withoutWrapping(). - #3843 Check the status code and body of the response to ensure whether the instance already be registered.
- #3854 Support RFC 5987 for
Hyperf\HttpServer\Contract\ResponseInterface::download()which allows utf-8 encoding, percentage encoded (url-encoded).