File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed
fern/products/sdks/overview/typescript/changelog Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change 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.
320This will happen regardless of whether the AsyncAPI server or channel is marked for auth.
You can’t perform that action at this time.
0 commit comments