4.71.2
(fix): Fix allOf composition bugs in V3 OpenAPI importer: resolve ref-resolved
schemas, preserve inline status through allOf merge path, handle nullable
enum patterns in allOf shortcuts, detect cycles across recursive
single-element allOf chains, filter unresolved $ref objects from nested allOf
flattening, recursively flatten deeply-nested allOf arrays, strip oneOf/anyOf
from child schemas during allOf merging, and propagate outer schema metadata
through single-element allOf paths.
4.71.1
(fix): Fix false positive warnings in the missing-redirects check. Pages are no
longer flagged as removed or moved when their old URL is still actively
served by another page in the local docs config.
4.71.0
(feat): Add --id flag to fern docs preview delete, allowing deletion of preview deployments by their stable preview ID instead of the full URL. The org is resolved automatically from fern.config.json. Existing usage of fern docs preview delete <url> continues to work unchanged via the new auto-detecting [target] positional.
4.70.2
(fix): Fix “Edit this page” button appearing on docs sites that never configured it.
The default editThisPageLaunch is now undefined instead of "dashboard",
so the button only renders when explicitly configured.
4.70.1
(fix): Fix “Edit this page” button appearing on docs sites that never configured it.
The default editThisPageLaunch is now undefined instead of "dashboard",
so the button only renders when explicitly configured.