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 the original parent name instead of the override.

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 generator now receives the safe magic placeholder version (0.0.0-fern-placeholder) instead of “AUTO”, and the post-generation sed replacement targets only that placeholder.

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 the default 1.0.0.

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 runtime git provenance.