forked from line/armeria
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add release notes for 1.31.3 (line#6030)
- Loading branch information
Showing
1 changed file
with
19 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,19 @@ | ||
--- | ||
date: 2024-12-11 | ||
--- | ||
|
||
## 🛠️ Bug fixes | ||
|
||
- <type://ResponseTimeoutMode#FROM_START> correctly bounds requests that go through <type://RetryingClient>. #6025 | ||
- Fix the bug where `EventLoop` is blocked for a long time by <type://ConnectionPoolListener#metricCollecting(MeterRegistry)> | ||
when a connection is closed. #6024 | ||
- <type://KubernetesEndpointGroup> automatically reconnects when a `WatcherException` is raised from a `Watcher`. #6023 | ||
|
||
## 🙇 Thank you | ||
|
||
<ThankYou usernames={[ | ||
'ikhoon', | ||
'jrhee17', | ||
'minwoox', | ||
'trustin' | ||
]} /> |