Skip to content

Commit

Permalink
Add the release note for 1.29.1 (#5790)
Browse files Browse the repository at this point in the history
  • Loading branch information
minwoox committed Jun 28, 2024
1 parent 21792b9 commit b1d886d
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions site/src/pages/release-notes/1.29.1.mdx
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'
]} />

0 comments on commit b1d886d

Please sign in to comment.