Skip to content

Commit 4fbe7dd

Browse files
Update changelogs from fern repo (#5186)
Co-authored-by: dsinghvi <10870189+dsinghvi@users.noreply.github.com>
1 parent e23efbb commit 4fbe7dd

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

fern/products/sdks/generators/php/changelog/2026-04-27.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 2.7.0
2+
**`(feat):`** Support `x-fern-default` as fallback value for parameters in generated PHP SDKs.
3+
When a header, query parameter, or path parameter has a `clientDefault` value in the IR,
4+
the generated PHP SDK makes that parameter optional with the default value automatically applied.
5+
6+
17
## 2.6.0
28
**`(feat):`** Use auth scheme placeholder values in README snippets when configured via
39
`placeholder` field on auth schemes.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
## 1.9.0
2+
**`(feat):`** Support `x-fern-default` as fallback value for parameters in generated Ruby SDKs.
3+
When a header, query parameter, or path parameter has a `clientDefault` value in the IR,
4+
the generated Ruby SDK makes that parameter optional with the default value automatically applied.
5+
6+

0 commit comments

Comments
 (0)