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,10 @@
## 4.106.1
**`(fix):`** Fix OpenAPI importer generating duplicate type names when an operation's
request body $refs a top-level components.schemas.X schema whose name
collides with the auto-generated request wrapper name. The wrapper is now
disambiguated by using "Body" instead of "Request" in the generated name.


## 4.106.0
**`(feat):`** Add support for translating navigation labels (tabs, products, versions, sections, pages, announcements)
via YAML overlay files in `translations/<lang>/fern/`. The overlay files use the same format as
Expand Down
Loading