Skip to content

Commit 61dad1b

Browse files
Update changelogs from fern repo (#5101)
Co-authored-by: dsinghvi <10870189+dsinghvi@users.noreply.github.com>
1 parent d440607 commit 61dad1b

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

fern/products/cli-api-reference/cli-changelog/2026-04-22.mdx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 4.88.0
2+
**`(feat):`** `fern generate` now accepts multiple `--group` flags. Passing e.g.
3+
`fern generate --group typescript --group java --group python` generates
4+
for all of the listed groups instead of failing with
5+
`'typescript,java,python' is not a valid group or alias`. Each value is
6+
resolved independently (including aliases) and the union is generated.
7+
8+
19
## 4.87.1
210
**`(fix):`** Gracefully handle "Self-referencing circular pointer" errors from OpenAPI specs.
311
Instead of failing the entire publish, the CLI now logs a warning with the

0 commit comments

Comments
 (0)