Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 3.56.3
**`(fix):`** Fix TypeScript SDK generator crash when generating WebSocket clients for
AsyncAPI specs that define a named server (e.g. `servers.production`) with
a single-URL environment. The `baseUrlId` assigned by the Fern IR converter
is now silently ignored for single-URL environments since there is only one
URL to resolve to.


## 3.56.2
**`(chore):`** Rename the `shouldGenerateWebsocketClients` configuration option to
`generateWebSocketClients`. The old name is still accepted as a deprecated
Expand Down
Loading