Skip to content

Commit 231e3c7

Browse files
authored
Update changelogs from fern repo (#4309)
1 parent 788ecae commit 231e3c7

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

fern/products/sdks/overview/typescript/changelog/2026-03-16.mdx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 3.57.1
2+
**`(fix):`** Fix passthrough `fetch()` method producing 404s when the SDK environment is an
3+
object (e.g. `{ base: string; production: string }`) instead of a plain string URL.
4+
The generated code now resolves the environment supplier inline and projects object
5+
environments to their `.base` property, instead of passing the raw object to
6+
`makePassthroughRequest` where it would be stringified as `[object Object]`.
7+
8+
19
## 3.57.0
210
**`(feat):`** Expose an optional `protocols` field on `RealtimeClient.ConnectArgs` for WebSocket
311
subprotocol negotiation. The `ReconnectingWebSocket` constructor already accepted a

0 commit comments

Comments
 (0)