Skip to content

Commit

Permalink
Add the release note for 1.26.2 (#5291)
Browse files Browse the repository at this point in the history
  • Loading branch information
minwoox authored Nov 8, 2023
1 parent 88ec879 commit 094b18d
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions site/src/pages/release-notes/1.26.2.mdx
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'
]} />

0 comments on commit 094b18d

Please sign in to comment.