> For clean Markdown content of this page, append .md to this URL. For the complete documentation index, see https://buildwithfern.com/learn/llms.txt.

## 5.120.1

**`(fix):`** Support sdk-gen-api generation for Fern Definition workspaces with no source specs.

**`(fix):`** Allow sdk-gen-api runtime bundles up to the existing 100 MiB decoded payload budget.

## 5.120.0

**`(feat):`** Add an opt-in OpenAPI setting `respect-operation-id-word-boundaries`. When enabled, operation ids
are split on every word boundary (camelCase transitions and digits) when deriving endpoint names,
so a redundant tag prefix is stripped and the remaining words are preserved: with tag `sharing`,
`Sharing_ListFolderMembers` becomes `listFolderMembers` instead of `listfoldermembers`, and with
tag `files`, `filesGetThumbnailV2` becomes `getThumbnailV2` instead of keeping the tag prefix.
This applies to the v3 OpenAPI parser, so it affects generated API reference URLs. Defaults to
false, since enabling it changes the URLs of already published pages.