Skip to content

armeria-0.99.4

Choose a tag to compare

@trustin trustin released this 20 Apr 02:43
c9a911d

💮 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.

📈 Improvements

  • ConcurrencyLimitingClient now disables the limit when maxConcurrency is Integer.MAX_VALUE. #2667

🛠️ Bug fixes

  • Fixed a memory leak where a HEAD request is not cleaned up properly in a certain case. #2666
  • DNS query timeouts are now handled correctly when querying for A and AAAA records at the same time. #2664 #2665
  • Fixed a noisy IllegalStateException while handling a failed connection attempt. #2671

🙇 Thank you

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