Skip to content

armeria-0.33.1

Choose a tag to compare

@trustin trustin released this 13 Dec 07:41
· 4431 commits to main since this release

Features

  • #352 Easier instantiation of RpcRequest and RpcResponse
    • Add RpcRequest.of(), RpcResponse.of() andofFailure()` for easier instantiation

Bug fixes

  • #350 #352 Do not check null on RpcRequest parameters
  • #351 Deduplicate endpoint health metric by converting to MetricSet

Improvements

  • #349 Update gRPC to 1.0.2 and unignore the interoperability tests