-
Notifications
You must be signed in to change notification settings - Fork 923
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add the release note for 1.26.2 (#5291)
- Loading branch information
Showing
1 changed file
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
--- | ||
date: 2023-11-08 | ||
--- | ||
|
||
## 🛠️ Bug fixes | ||
|
||
- Armeria now reuses the connections more efficiently when <type://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 <type://EndpointSelectionTimeoutException> when selecting an <type://Endpoint> from an | ||
<type://EndpointGroup>. #5281 | ||
- Fixed a bug where Armeria Spring Boot integration is not compatible with Spring Boot 2.6 and earlier. #5279 | ||
|
||
## 🙇 Thank you | ||
|
||
<ThankYou usernames={[ | ||
'ikhoon', | ||
'jrhee17', | ||
'minwoox', | ||
'trustin' | ||
]} /> |