0.64.10

(feat): Add configuration option to disable snippets in docs generation, speeding up generation time.

0.64.9

(fix): Update CLI for sites pinned to the legacy deployment.

0.64.7

(fix): Further support for docs with multiple custom subpaths

0.64.6

(fix): The Readme importer now downloads MDX files from the source documentation. This allows for better handling of React components and dynamic content in the imported documentation. The importer will preserve the MDX syntax and structure while converting the content to a format compatible with Fern’s documentation system.

0.64.5

(fix): Relative links between markdown files now works for docs using custom subpaths.

0.64.4

(fix): Don’t use posthog when CLI is running from self-hosted container.

0.64.3

(fix): The OpenAPI v3 Parser now uniquely stores schemas across endpoint parameters to prevent overwriting. Previously, schemas with the same name across different parameters would overwrite each other, leading to potential data loss and incorrect type definitions. This fix ensures that each parameter’s schema is properly preserved and referenced throughout the API specification.

0.64.2

(fix): The AsyncAPI v3 importer now properly detects query parameters by analyzing the channel address specification. When a channel address contains a parameter reference in the format ={paramName}, the importer will automatically identify it as a query parameter. This allows for more accurate parameter type detection and better handling of WebSocket channel parameters in AsyncAPI v3 specifications.

0.64.1

(fix): The AsyncAPI importer now supports parameter references and computing location of the parameter based on the address. This allows for more flexible parameter definitions in AsyncAPI specifications, where parameters can be referenced from other parts of the specification and their location can be dynamically determined based on the channel address.

0.63.41

(fix): Generate parameter examples for idempotency and global headers. Generate v2Examples for headers specified by the x-fern-global-headers extension.

0.63.40

(fix): The V3 parser will only specify example names for endpoints that have more than one example.

0.63.39

(fix): The V3 parser will use the underlying tag displayName, if available.

0.63.38

(feat): Don’t hard fail on non-string $ref values. Limit ExampleConverter depth to prevent heap exhaustion.

0.63.37

(fix): Correctly filter audience-specific websocket channels when constructing the filtered IR.

0.63.36

(feat): Add openapi-parser-v3 to the docs config upon initialization.

0.63.35

(fix): Also add referenced parameter types to the audience-filtered IR.

0.63.34

(internal): Bump CLI version.

0.63.33

(feat): Add support for Anthropic Claude Sonnet 4.0.

0.63.32

(fix): Disable v1 example generation for v3 docs IR generation. Correctly handle x-fern-availability extension in v3 parsing.

0.63.31

(chore): Manual redeployment to release changes from 0.63.29 and 0.63.30

0.63.29

(fix): The v3 OpenAPI parser now appropriately creates inlined types for references to inlined schemas like $ref: /components/schemas/MySchema/properties/foo

(internal): Bump all generators to IR v58.

0.63.28

(feat): Add support for overriding FDR server origin via OVERRIDE_FDR_ORIGIN environment variable.

0.63.27

(fix): Improvements to development server download and shutdown logic.