Skip to content

Commit 6916c81

Browse files
Update changelogs from fern repo (#5124)
Co-authored-by: dsinghvi <10870189+dsinghvi@users.noreply.github.com>
1 parent 0c216fa commit 6916c81

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

fern/products/sdks/generators/go/changelog/2026-04-23.mdx

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
110
## 1.36.0
211
**`(feat):`** Support omitting username or password from basic auth when configured via
312
`usernameOmit`/`passwordOmit` in the IR. When a field is omitted, it is

0 commit comments

Comments
 (0)