0.108.0

(fix): Implement variant ranking in anyOf/oneOf example generation to prefer variants that use provided examples without coercion over variants that require coercion or generate fallback examples. When a schema has anyOf: [number, string] with examples: [“2500”], the string variant is now preferred since it can use the provided example as-is, rather than the number variant which would coerce it to a number.

0.107.11

(fix): Fix AsyncAPI v3 message parsing where channel messages were not being included in generated WebSocket clients. Messages defined in AsyncAPI v3 specs are now correctly resolved and included in the SDK.

0.107.10

(chore): Update migration logic to support new generator versions with ir v61.

0.107.8

(feat): Add support for x-fern-playground-enabled extension in OpenAPI v3 to control whether endpoints are shown in the API playground. The extension value is parsed and stored in the IR’s HttpEndpoint.apiPlayground field.

0.107.6

(fix): Silence validation logs in fern docs dev unless there is a validation error