File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
fern/products/cli-api-reference/cli-changelog Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change 1+ ## 4.46.3
2+ ** ` (fix): ` ** Fix OpenAPI-to-Fern conversion producing malformed discriminated union
3+ definitions when ` x-fern-discriminator-context ` is set. The context
4+ value was placed as a sibling of ` discriminant ` instead of being nested
5+ inside it, so the information was silently lost during IR generation.
6+ This caused generated SDKs to always use the default discriminator context
7+ of ` data ` and never use the alternate ` protocol ` which is used in SSE when
8+ the SSE envelope's event field is the discriminant.
9+
10+
111## 4.46.2
212** ` (fix): ` ** Fix Go SDK auto-versioning returning incorrect versions for modules with
313major version >= 2. The Go module proxy treats ` github.com/owner/repo ` and
You can’t perform that action at this time.
0 commit comments