We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 788ecae commit 231e3c7Copy full SHA for 231e3c7
1 file changed
fern/products/sdks/overview/typescript/changelog/2026-03-16.mdx
@@ -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
9
## 3.57.0
10
**`(feat):`** Expose an optional `protocols` field on `RealtimeClient.ConnectArgs` for WebSocket
11
subprotocol negotiation. The `ReconnectingWebSocket` constructor already accepted a
0 commit comments