1.12.0-rc1
(feat):
Add support for the include-exception-handler
configuration option, which generates an ExceptionHandler
interface for the SDK.
This is useful when you want to act upon all exceptions thrown by the SDK (e.g. report them to a monitoring service).
You can configure this feature with the following:
(fix):
Fixes a regression for mapping ReadOnlyMemory
values in the generated Protobuf mapper.