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 the release note for 1.32.0 #6136

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

minwoox
Copy link
Contributor

@minwoox minwoox commented Mar 4, 2025

No description provided.

@minwoox minwoox added this to the 1.32.0 milestone Mar 4, 2025
@minwoox
Copy link
Contributor Author

minwoox commented Mar 4, 2025

screencapture-localhost-8000-release-notes-1-32-0-2025-03-04-17_45_38

Comment on lines 23 to 26
if ("1.2.3.4".equals(ip.getAddress().getHostAddress())) {
return false;
}
return true;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Indent?

Suggested change
if ("1.2.3.4".equals(ip.getAddress().getHostAddress())) {
return false;
}
return true;
if ("1.2.3.4".equals(ip.getAddress().getHostAddress())) {
return false;
}
return true;

```
- **Backoff Builder**: You can now easily create a <type://Backoff> using builder. #5483 #5488
```java
Backoff backoff2 =
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Backoff backoff2 =
Backoff backoff =

- <type://CircuitBreakerRuleBuilder#onTimeException()> and <Type://RetryRuleBuilder#onTimeoutException()>`
now work when a connection or proxy establishment is timed out. #6107
- DNS refresh query is executed by the correct executor. #5891 #6092
- You can now choose whether to use the `json_name` field option when transcoding HTTP/JSON to gRPC messages. #5890 #6082
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we mention this in the breaking changes section as well?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Forgot about that. Updated it. 😉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants