5.35.2

(fix): Bump @fern-api/generator-cli to 0.9.35, which disables minimatch negation on .fernignore patterns so a stray !pattern no longer silently inverts the match and discards generator output.

5.35.1

(fix): Fix OpenAPI respect-readonly-schemas so that endpoint response types correctly reference the Read variant (e.g. WebhookRead instead of Webhook) when the same schema is used in both request and response contexts.

5.35.0

(feat): Add support for user-provided examples in GraphQL specs. Users can now specify an examples field in their GraphQL spec configuration pointing to a YAML file containing named examples (with query, variables, and response) for each operation.