We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76a8a9b commit e3b26ddCopy full SHA for e3b26dd
1 file changed
fern/products/cli-api-reference/cli-changelog/2026-04-29.mdx
@@ -1,3 +1,11 @@
1
+## 4.109.0
2
+**`(feat):`** cli-v2: Add support for GraphQL specs in `fern.yml`. Specs can now be declared
3
+with a `graphql` key (plus optional `name`, `origin`, and `overrides`) and are
4
+rendered in the docs pipeline. SDK generation targets that reference an API
5
+containing a GraphQL spec emit a non-fatal warning and skip the GraphQL spec,
6
+since GraphQL SDK generation is not supported.
7
+
8
9
## 4.108.0
10
**`(internal):`** Validate staged changelog entries in `changes/<version>/*.yml` (not just `versions.yml`)
11
and trigger the workflow on PRs that touch those staged files. Catches unescaped
0 commit comments