5.57.0
(feat): When running inside GitHub Actions, notable SDK generation events are now surfaced as ::notice:: annotations in the workflow run page and appended to the step summary. Annotated events…
5.56.4
(fix): Fix remote generation CLI hanging indefinitely when S3 download stalls. Added connection timeout (60s) and overall download timeout (5 min) to both downloadZipForTask and…
5.56.3
(fix): Fix ledger publish path not forwarding the basepathAware flag for multi-source docs sites, causing the manifest to be written to the wrong storage key. Affected sites served stale content from…
5.56.2
(chore): Migrate library docs parser Docker images from fernapi to fernenterprise registry.
5.56.1
(fix): Fix fern docs dev failing with pnpm 10+ due to missing packages field in generated pnpm-workspace.yaml and missing -w flag on pnpm i esbuild.
5.55.1
(fix): Fix --instance flag silently publishing to the wrong docs instance when the provided URL does not match any configured instance. Previously the CLI would fall back to the first configured…
5.55.0
(feat): Default docs deploy mode is now "ledger", enabling faster incremental deployments and faster first-time page renders for uncached pages. To take advantage of this, bump the version field in…
5.54.0
(feat): Detect api-key: OIDC in NuGet output config and pass OIDC marker to the C# generator for Trusted Publishing workflow generation.
5.53.1
(fix): Fix the next SDK version regressing to a stale baseline (e.g. 0.0.200) when --version AUTO is omitted. When computing the next version, Fern now consults every available source (package…
5.53.0
(feat): Add support for remote git sources in generators.yml. API specs can now reference files in git repositories using a git block with repo, ref, and path fields. The CLI shallow-clones the…
5.52.0
(feat): Add a layout.changelog-layout option to docs.yml. Set it to classic to render the legacy stacked changelog layout, or timeline (the default) for the searchable timeline-of-cards layout.
5.51.2
(fix): Fix inline enum type names ignoring parent schema's x-fern-type-name override. When a parent schema was renamed via x-fern-type-name, inline enum properties still derived their type name from…
5.51.1
(fix): Fix --version AUTO corrupting generated SDK code by replacing all occurrences of the literal string "AUTO" (e.g. SENSOR_MODE_AUTO, CORRELATION_TYPE_AUTOMATED) with the version number. The…
5.51.0
(feat): Preserve OpenAPI info.version through the IR as specVersion. This allows non-semver version formats (e.g. CalVer 2026-06-23) to be carried through the pipeline instead of being replaced with…
5.50.6
(fix): Forward edit-this-page GitHub config (owner/repo/branch/host) from docs.yml into the ledger manifest so the docs reader can synthesize the correct "Edit this page" URL without depending on…