Skip to content

Commit

Permalink
Update release notes for 1.29.3
Browse files Browse the repository at this point in the history
New bugs fixes are added.

- line#5825
- line#5824
- line#5829
  • Loading branch information
ikhoon committed Jul 26, 2024
1 parent f58ffb3 commit 3087ac4
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions site/src/pages/release-notes/1.29.3.mdx
Original file line number Diff line number Diff line change
@@ -1,19 +1,27 @@
---
date: 2024-07-19
date: 2024-07-26
---

## 🛠️ Bug fixes

- `NullPointerException` is no longer raised when <type://GraphqlService> handles errors. #5815 #5816
- Fixed a regression where a protocol violation error is not handled
by <type://ServerErrorHandler#onProtocolViolation(ServiceConfig,RequestHeaders,HttpStatus,String,Throwable)> #5811
- Fixed compatibility issue with Java 9 modules by excluding `java.security.Provider` SPI configuration from
the shadowed JAR. #5825
- <type://GrpcService> now correctly returns `RESOURCE_EXHAUSTED` status when a response message exceeds the
maximum allowed length. #5818 #5824
- Relaxed constraints on gRPC JSON transcoding to log a warning instead of raising an `IllegalArgumentException`
when used with non-unary gRPC methods. #5828 #5829

## 🙇 Thank you

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

0 comments on commit 3087ac4

Please sign in to comment.