Skip to content

Commit 3105442

Browse files
authored
Update changelogs from fern repo (#5635)
1 parent e5db337 commit 3105442

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

fern/products/sdks/generators/python/changelog/2026-03-27.mdx

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,3 @@ sync token callables to block the event loop in async contexts.
2323
different 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-

0 commit comments

Comments
 (0)