We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c216fa commit 6916c81Copy full SHA for 6916c81
1 file changed
fern/products/sdks/generators/go/changelog/2026-04-23.mdx
@@ -1,3 +1,12 @@
1
+## 1.37.0
2
+**`(feat):`** Add `clientDefault` support for headers, query parameters, and path
3
+parameters. When a parameter has a `clientDefault` value (set via the
4
+`x-fern-default` OpenAPI extension), the generated SDK uses that value
5
+as a fallback when the caller does not provide one. Parameters with
6
+`clientDefault` become optional in the client constructor and endpoint
7
+signatures.
8
+
9
10
## 1.36.0
11
**`(feat):`** Support omitting username or password from basic auth when configured via
12
`usernameOmit`/`passwordOmit` in the IR. When a field is omitted, it is
0 commit comments