1.29.3 release notes
26th July 2024
🛠️ Bug fixes
NullPointerException
is no longer raised whenGraphqlService
handles errors. #5815 #5816- Fixed a regression where a protocol violation error is not handled
by
ServerErrorHandler.onProtocolViolation()
#5811 - Fixed compatibility issue with Java 9 modules by excluding
java.security.Provider
SPI configuration from the shadowed JAR. #5825 - Reapplied changes that were unexpectedly overwritten for Java module support. #5835
GrpcService
now correctly returnsRESOURCE_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