File tree Expand file tree Collapse file tree
fern/products/sdks/generators/python/changelog Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,15 +23,3 @@ sync token callables to block the event loop in async contexts.
2323different environments (production/sandbox) when initializing the client.
2424
2525
26- ## 5.0.9
27- ** ` (fix): ` ** Fix SSE union discrimination for both data-level and protocol-level contexts.
28-
29- Data-level: Simplify ` parse_sse_obj ` to always parse the SSE ` data ` field as
30- JSON instead of using runtime heuristics. This fixes incorrect routing when the
31- discriminant field name (e.g., ` event ` ) collides with an SSE envelope field.
32-
33- Protocol-level: Generate an if/elif dispatch chain at code-generation time that
34- routes on ` _sse.event ` , parsing each variant's data payload into its concrete
35- type. No runtime "if casing" — the generator decides the code path statically.
36-
37-
You can’t perform that action at this time.
0 commit comments