Armeria v0.90.2 Release Notes

Release Date: 2019-08-14 // almost 5 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.

    🔒 Security

    🚀 This release updates Netty from 4.1.38 to 4.1.39 to address the HTTP/2 security issues found in its previous versions. Please upgrade as soon as possible if your application serves the traffic from untrusted environment such as the Internet. See Netty 4.1.39 release news and Netflix security bulletins for more information.

    Dependencies

    • Brave 5.6.9 -> 5.6.10
    • gRPC 1.22.1 -> 1.22.2
    • Netty 4.1.38 -> 4.1.39
    • SLF4J 1.7.27 -> 1.7.28