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
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 4.50.0
**`(feat):`** Auto-infer `x-fern-discriminator-context` for discriminated unions that
match the SSE event spec shape. When all variants of a discriminated union
have properties exclusively drawn from `{event, data, id, retry}` with
correct types, the discriminator context is now inferred as `protocol`
instead of defaulting to `data`. This applies to the legacy OpenAPI importer.


## 4.49.0
**`(feat):`** Add `body-sort` option to webhook signature payload format. When set to
`alphabetical`, POST body parameters are sorted by key before being
Expand Down
Loading