Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -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/<version>/*.yml` (not just `versions.yml`)
and trigger the workflow on PRs that touch those staged files. Catches unescaped
Expand Down
Loading