Armeria v0.90.3 Release Notes

Release Date: 2019-08-21 // over 4 years ago
  • What is Armeria?

    Armeria is an open-source asynchronous HTTP/2 RPC/REST client/server library built on top of Java 8, Netty, Thrift and gRPC. Its primary goal is to help engineers build high-performance asynchronous microservices that use HTTP/2 as a session layer protocol. Visit the official web site and follow @armeria_project to check out many cool features you can't find in the official gRPC/Thrift implementation or other microservice frameworks.

    ๐Ÿ› Bug fixes

    • HealthCheckedEndpointGroup does not report healthy endpoints as unhealthy anymore. #2004
    • UnaryGrpcClient now handles gRPC status in HTTP trailer correctly. #1998
    • byte[] or HttpData returned by an annotated service method is now handled correctly when @Produces annotation is used with certain media types. #1999 #2005

    Dependencies

    • java-jwt 3.8.1 -> 3.8.2
    • Jetty 9.4.19 -> 9.4.20
    • Tomcat 9.0.22 -> 9.0.24

    Thank you

    ๐Ÿš€ This release was possible thanks to the following contributors who shared their brilliant ideas and awesome pull requests: