From 11f9115ff492454d050bced3ad4274de1df7fa1d Mon Sep 17 00:00:00 2001 From: dsinghvi <10870189+dsinghvi@users.noreply.github.com> Date: Thu, 21 May 2026 02:54:26 +0000 Subject: [PATCH] update changelogs --- .../products/cli-api-reference/cli-changelog/2026-05-21.mdx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/fern/products/cli-api-reference/cli-changelog/2026-05-21.mdx b/fern/products/cli-api-reference/cli-changelog/2026-05-21.mdx index 5e5474770..df45dcfdf 100644 --- a/fern/products/cli-api-reference/cli-changelog/2026-05-21.mdx +++ b/fern/products/cli-api-reference/cli-changelog/2026-05-21.mdx @@ -1,3 +1,9 @@ +## 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