From 142c8ce4a2e9f3c6c6d7ec6520128e68729b4f44 Mon Sep 17 00:00:00 2001 From: dsinghvi <10870189+dsinghvi@users.noreply.github.com> Date: Wed, 22 Apr 2026 19:49:13 +0000 Subject: [PATCH] update changelogs --- .../cli-api-reference/cli-changelog/2026-04-22.mdx | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/fern/products/cli-api-reference/cli-changelog/2026-04-22.mdx b/fern/products/cli-api-reference/cli-changelog/2026-04-22.mdx index 3b03b3dc8..71badcbcb 100644 --- a/fern/products/cli-api-reference/cli-changelog/2026-04-22.mdx +++ b/fern/products/cli-api-reference/cli-changelog/2026-04-22.mdx @@ -1,3 +1,11 @@ +## 4.88.0 +**`(feat):`** `fern generate` now accepts multiple `--group` flags. Passing e.g. +`fern generate --group typescript --group java --group python` generates +for all of the listed groups instead of failing with +`'typescript,java,python' is not a valid group or alias`. Each value is +resolved independently (including aliases) and the union is generated. + + ## 4.87.1 **`(fix):`** Gracefully handle "Self-referencing circular pointer" errors from OpenAPI specs. Instead of failing the entire publish, the CLI now logs a warning with the