1.20.2 release notes
7th November 2022
🛠️ Bug fixes
- You no longer see
StacklessClosedChannelException
when an incoming HTTP/1.0 or HTTP/1.1 request has aConnection: close
header. #4508 - Armeria doesn't send a bad response with non-empty body anymore when a service's
ExchangeType
isExchangeType.UNARY
and the service generates non-empty body for a HEAD request. #4512 - An
HttpRequest
is not failed withAbortedStreamException
anymore when anHttpResponse
is correctly sent. #4494 DocService
is correctly generated for a decoratedGrpcService
when HTTP/JSON to GRPC transcoding is enabled. #4490