File tree Expand file tree Collapse file tree
cli-api-reference/cli-changelog
sdks/generators/python/changelog Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ## 4.107.0
2+ ** ` (feat): ` ** Add ` infer-discriminated-union-base-properties ` OpenAPI parser setting.
3+ When enabled, the parser intersects the resolved (allOf-flattened) property
4+ maps of every variant of a discriminated ` oneOf ` and lifts properties that
5+ appear in all variants with structurally-equal schemas into the union's
6+ common properties. SDKs (e.g. C#, Java, Go) that already support union base
7+ properties can then expose those shared fields directly on the union type
8+ without forcing callers to cast to a concrete variant. Defaults to false.
9+
10+
111## 4.106.3
212** ` (fix): ` ** Send ` gitattributesEntries ` to Fiddle on ` fern replay init ` so the
313generated PR marks ` .fern/replay.lock ` as ` linguist-generated=true ` .
Original file line number Diff line number Diff line change 1+ ## 5.8.3
2+ ** ` (fix): ` ** Fix async SSE parsing to only split on SSE-spec line terminators (\n, \r, \r\n).
3+ Previously, aiter_sse() used httpx's aiter_lines() which splits on \u2028 and
4+ \u2029 via Python's str.splitlines(), corrupting data fields containing those
5+ characters (common in LLM JSON output).
6+
7+
18## 5.8.2
29** ` (chore): ` ** Bump @fern-api/generator-cli to 0.9.16, which bundles the autoversion
310pipeline's private workspace deps (@fern-api/logging-execa ,
You can’t perform that action at this time.
0 commit comments