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 include PR creation, package publication (npm, PyPI, Maven, etc.), no-changes-detected, and version tagging. Previously, these details were only visible in debug-level log output.

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 downloadAndExtractZipToDirectory, so the CLI fails with a clear error instead of blocking forever.

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 the last legacy publish instead of the updated ledger manifest.

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.