diff --git a/fern/products/cli-api-reference/cli-changelog/2026-04-20.mdx b/fern/products/cli-api-reference/cli-changelog/2026-04-20.mdx index dee1a73d05..91ef18105b 100644 --- a/fern/products/cli-api-reference/cli-changelog/2026-04-20.mdx +++ b/fern/products/cli-api-reference/cli-changelog/2026-04-20.mdx @@ -1,3 +1,9 @@ +## 4.79.2 +**`(fix):`** Fix AsyncAPI bundler silently degrading typed models to `unknown` when +multi-file specs use file-local `$ref` pointers (e.g. `$ref: '#/Sibling'`) +inside schemas that are inlined from external files. + + ## 4.79.1 **`(fix):`** Fix auto-detected global headers generating type-incorrect example values. When headers like `Request-Timeout` (integer type) were auto-promoted to global headers, the example generator used the header name as a string value instead of skipping the example.