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
@@ -0,0 +1,7 @@
## 4.31.1
**`(fix):`** Fix `x-fern-streaming` with `stream-condition` emitting the condition field
as an optional boolean instead of a required literal in split request types.
When the source property was nullable (`type: [boolean, "null"]`), the spread
order allowed the original property to overwrite the literal overrides.


Loading