Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add release notes for 1.31.3 #6030

Merged
merged 3 commits into from
Dec 11, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
ikhoon marked this conversation as resolved.
Show resolved Hide resolved
- 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 a `Watcher` when `WatcherException` is raised. #6023
ikhoon marked this conversation as resolved.
Show resolved Hide resolved

## 🙇 Thank you

<ThankYou usernames={[
'ikhoon',
'jrhee17',
'minwoox',
'trustin'
]} />
Loading