-
Notifications
You must be signed in to change notification settings - Fork 921
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add the release note for 1.29.1 (#5790)
- Loading branch information
Showing
1 changed file
with
27 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,27 @@ | ||
--- | ||
date: 2024-06-28 | ||
--- | ||
|
||
## 🛠️ Bug fixes | ||
|
||
- The default <type://GrpcExceptionHandlerFunction> now properly handles and returns | ||
the correct gRPC `Status`. #5786 | ||
- The <type://ExchangeType> is now correctly detected for the default <type://WebClient>. #5787 | ||
- A duplicate key exception isn't raised anymore when building a JSON schema. #5788 | ||
- The duplicator's child stream subscriber methods are now called by the correct executor. #5783 | ||
|
||
## ☢️ Breaking changes | ||
|
||
- The signatures of <type://GrpcExceptionHandlerFunction#apply(RequestContext,Status,Throwable,Metadata)?full> | ||
has been changed. #5786 | ||
|
||
## 🙇 Thank you | ||
|
||
<ThankYou usernames={[ | ||
'ikhoon', | ||
'JonathanSawyer', | ||
'jrhee17', | ||
'minwoox', | ||
'nirvanarsc', | ||
'trustin' | ||
]} /> |