From 54822b54ae19267ae6d449635e0748b57274c93b Mon Sep 17 00:00:00 2001 From: dsinghvi <10870189+dsinghvi@users.noreply.github.com> Date: Mon, 30 Mar 2026 21:17:48 +0000 Subject: [PATCH] update changelogs --- .../cli-api-reference/cli-changelog/2026-03-30.mdx | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/fern/products/cli-api-reference/cli-changelog/2026-03-30.mdx b/fern/products/cli-api-reference/cli-changelog/2026-03-30.mdx index e5d3d85da..918d67ed5 100644 --- a/fern/products/cli-api-reference/cli-changelog/2026-03-30.mdx +++ b/fern/products/cli-api-reference/cli-changelog/2026-03-30.mdx @@ -1,3 +1,11 @@ +## 4.50.0 +**`(feat):`** Auto-infer `x-fern-discriminator-context` for discriminated unions that +match the SSE event spec shape. When all variants of a discriminated union +have properties exclusively drawn from `{event, data, id, retry}` with +correct types, the discriminator context is now inferred as `protocol` +instead of defaulting to `data`. This applies to the legacy OpenAPI importer. + + ## 4.49.0 **`(feat):`** Add `body-sort` option to webhook signature payload format. When set to `alphabetical`, POST body parameters are sorted by key before being