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.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
Expand Down
Loading