1.26.2 release notes
8th November 2023
🛠️ Bug fixes
- Armeria now reuses the connections more efficiently when
RetryingClient
is used in conjunction with client-side load-balancing. Previously, an excessive number of connections were created when requests are retried. #5290 - You no longer see an
EndpointSelectionTimeoutException
when selecting anEndpoint
from anEndpointGroup
. #5281 - Fixed a bug where Armeria Spring Boot integration is not compatible with Spring Boot 2.6 and earlier. #5279