Skip to content

Commit

Permalink
Add release notes for 1.31.3 (line#6030)
Browse files Browse the repository at this point in the history
  • Loading branch information
ikhoon authored Dec 11, 2024
1 parent 2d45266 commit 533e8bd
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions site/src/pages/release-notes/1.31.3.mdx
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'
]} />

0 comments on commit 533e8bd

Please sign in to comment.