1.20.2 release notes
7th November 2022
🛠️ Bug fixes
- You no longer see
StacklessClosedChannelExceptionwhen an incoming HTTP/1.0 or HTTP/1.1 request has aConnection: closeheader. #4508 - Armeria doesn't send a bad response with non-empty body anymore when a service's
ExchangeTypeisExchangeType.UNARYand the service generates non-empty body for a HEAD request. #4512 - An
HttpRequestis not failed withAbortedStreamExceptionanymore when anHttpResponseis correctly sent. #4494 DocServiceis correctly generated for a decoratedGrpcServicewhen HTTP/JSON to GRPC transcoding is enabled. #4490