Skip to content

Commit a66a0af

Browse files
Update changelogs from fern repo (#568)
Co-authored-by: mattblank11 <[email protected]>
1 parent 491e5d2 commit a66a0af

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

fern/products/sdks/overview/typescript/changelog/2025-08-21.mdx

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
## 2.8.4
2+
**`(feat):`** Add `flattenRequestParameters` to the SDK generator config.
3+
`flattenRequestParameters` is a boolean that controls whether to flatten request parameters.
4+
When `false` (default), the legacy flattening logic is used.
5+
When `true`, the new flattening logic is used.
6+
7+
```yml
8+
# In generators.yml
9+
groups:
10+
ts-sdk:
11+
generators:
12+
- name: fernapi/fern-typescript-sdk
13+
config:
14+
flattenRequestParameters: true
15+
```
16+
17+
118
## 2.8.3
219
**`(fix):`** Set `Authorization` header for WebSocket connects when auth is available on the generated SDK client.
320
This will happen regardless of whether the AsyncAPI server or channel is marked for auth.

0 commit comments

Comments
 (0)