We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5aafc17 commit 7907643Copy full SHA for 7907643
1 file changed
fern/products/sdks/generators/python/changelog/2026-04-24.mdx
@@ -0,0 +1,8 @@
1
+## 5.6.0
2
+**`(feat):`** Support `x-fern-default` as fallback value for parameters in generated Python SDKs.
3
+When a header, query parameter, or path parameter has a `clientDefault` value in the IR,
4
+the generated Python function signature makes that parameter optional with the default
5
+value automatically applied. This enables patterns like optional API version headers
6
+that fall back to a pinned version.
7
+
8
0 commit comments