1.29.1 release notes
28th June 2024
🛠️ Bug fixes
- The default
GrpcExceptionHandlerFunctionnow properly handles and returns the correct gRPCStatus. #5786 - The
ExchangeTypeis now correctly detected for the defaultWebClient. #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
GrpcExceptionHandlerFunction.apply(RequestContext,Status,Throwable,Metadata)has been changed. #5786