Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions fern/products/cli-api-reference/cli-changelog/2026-03-26.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 4.46.3
**`(fix):`** Fix OpenAPI-to-Fern conversion producing malformed discriminated union
definitions when `x-fern-discriminator-context` is set. The context
value was placed as a sibling of `discriminant` instead of being nested
inside it, so the information was silently lost during IR generation.
This caused generated SDKs to always use the default discriminator context
of `data` and never use the alternate `protocol` which is used in SSE when
the SSE envelope's event field is the discriminant.


## 4.46.2
**`(fix):`** Fix Go SDK auto-versioning returning incorrect versions for modules with
major version >= 2. The Go module proxy treats `github.com/owner/repo` and
Expand Down
Loading