From 31501c3adec35941320edf191649e03fec42cc27 Mon Sep 17 00:00:00 2001 From: dsinghvi <10870189+dsinghvi@users.noreply.github.com> Date: Wed, 29 Apr 2026 21:12:51 +0000 Subject: [PATCH] update changelogs --- .../cli-api-reference/cli-changelog/2026-04-29.mdx | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/fern/products/cli-api-reference/cli-changelog/2026-04-29.mdx b/fern/products/cli-api-reference/cli-changelog/2026-04-29.mdx index 7ee25b128..782db1641 100644 --- a/fern/products/cli-api-reference/cli-changelog/2026-04-29.mdx +++ b/fern/products/cli-api-reference/cli-changelog/2026-04-29.mdx @@ -1,3 +1,11 @@ +## 4.109.0 +**`(feat):`** cli-v2: Add support for GraphQL specs in `fern.yml`. Specs can now be declared +with a `graphql` key (plus optional `name`, `origin`, and `overrides`) and are +rendered in the docs pipeline. SDK generation targets that reference an API +containing a GraphQL spec emit a non-fatal warning and skip the GraphQL spec, +since GraphQL SDK generation is not supported. + + ## 4.108.0 **`(internal):`** Validate staged changelog entries in `changes//*.yml` (not just `versions.yml`) and trigger the workflow on PRs that touch those staged files. Catches unescaped