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:

1# generators.yml
2- name: fern-api/fern-csharp-sdk
3 version: 1.12.0-rc1
4 config:
5 include-exception-handler: true

(fix): Fixes a regression for mapping ReadOnlyMemory values in the generated Protobuf mapper.