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,8 @@
## 5.6.0
**`(feat):`** Support `x-fern-default` as fallback value for parameters in generated Python SDKs.
When a header, query parameter, or path parameter has a `clientDefault` value in the IR,
the generated Python function signature makes that parameter optional with the default
value automatically applied. This enables patterns like optional API version headers
that fall back to a pinned version.


Loading