From 7cf9fa6d8e273992cc0f23ed90f2ec2aaf701d61 Mon Sep 17 00:00:00 2001 From: dsinghvi <10870189+dsinghvi@users.noreply.github.com> Date: Tue, 14 Apr 2026 19:06:43 +0000 Subject: [PATCH] update changelogs --- fern/products/cli-api-reference/cli-changelog/2026-04-14.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/fern/products/cli-api-reference/cli-changelog/2026-04-14.mdx b/fern/products/cli-api-reference/cli-changelog/2026-04-14.mdx index bd7e28d18..ec3804f14 100644 --- a/fern/products/cli-api-reference/cli-changelog/2026-04-14.mdx +++ b/fern/products/cli-api-reference/cli-changelog/2026-04-14.mdx @@ -1,3 +1,7 @@ +## 4.68.4 +**`(fix):`** Deduplicate global headers when merging IRs from multiple OpenAPI specs. Previously, if multiple specs shared the same `globalHeaderOverrides` from `generators.yml`, the same header would appear once per spec in the merged IR. + + ## 4.68.3 **`(fix):`** Fix global headers from `generators.yml` not appearing in documentation endpoints. The new OpenAPI v3 parser (`openapi-to-ir`) had a TODO placeholder but never converted `globalHeaderOverrides` into IR headers.