From ff55b44841664eae8dfc944fa806bd3a3e8001cf Mon Sep 17 00:00:00 2001 From: dsinghvi <10870189+dsinghvi@users.noreply.github.com> Date: Mon, 20 Apr 2026 13:50:35 +0000 Subject: [PATCH] update changelogs --- .../products/cli-api-reference/cli-changelog/2026-04-20.mdx | 6 ++++++ 1 file changed, 6 insertions(+) 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.