Fixed
- #6347 Fixed bug that the view function may add redundant content-type to header.
- #6352 Fixed bug that nacos config center cannot work when using grpc protocol.
- #6350 Fixed bug that the recv channel cannot be found, because
GrpcClient::runReceiveCoroutinewill unset streamId before recv method. - #6361 Fixed bug that
Hyperf\SocketIOServer\Emitter\Futurecannot be resolved.
Added
- #6342 Added
Coroutine::fork()method andCoroutine::pid()method. - #6360 Added response
content-typeheader for swagger server. - #6363 Added callable type support to the fallback property of CircuitBreaker Attribute.
New Contributors
- @xiechenghua01 made their first contribution in #6361
- @srkj2018 made their first contribution in #6365
Full Changelog: v3.1.0...v3.1.1