All Versions
32
Latest Version
Avg Release Cycle
17 days
Latest Release
1682 days ago

Changelog History
Page 4

  • v0.90.1 Changes

    August 12, 2019

    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

    • ๐Ÿ‘ Armeria does not fail to initialize SSLContext anymore when JRE does not support TLSv1.3 and OpenSSL support is missing. #1984 #1986
    • HealthCheckedEndpointGroup does not fail with ConcurrentModificationException anymore in a certain situation. #1989 #1990 #1992

    Thank you

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

  • v0.89.1 Changes

    August 12, 2019

    ๐Ÿ› Bug fixes

    • RetryingClient now respects the Endpoint selection order, which was broken since 0.89.0. #1973 #1974