3.72.2
(fix): Use string literal for this.name in generated error classes instead of
this.constructor.name, which gets mangled by minifiers.
3.72.1
(chore): Bump bundled @fern-api/generator-cli to 0.9.39 (Replay 0.18.0) for more reliable
customization detection during regeneration.
3.72.0
(feat): Add serdeLayer config option as a positive alternative to the noSerdeLayer double negative.
When both are specified, serdeLayer takes precedence.
3.71.9
(fix): Fix request body serialization when flattenRequestParameters is enabled with
a non-object reference body (e.g., list<string>) and header parameters. Previously
the generated code used spread destructuring which wrapped the body in an object.