1.29.3 release notes
26th July 2024
🛠️ Bug fixes
NullPointerExceptionis no longer raised whenGraphqlServicehandles 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.ProviderSPI configuration from the shadowed JAR. #5825 - Reapplied changes that were unexpectedly overwritten for Java module support. #5835
GrpcServicenow correctly returnsRESOURCE_EXHAUSTEDstatus 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
IllegalArgumentExceptionwhen used with non-unary gRPC methods. #5828 #5829