Skip to content

Commit 37ce70c

Browse files
Update changelogs from fern repo (#4412)
Co-authored-by: Swimburger <3382717+Swimburger@users.noreply.github.com>
1 parent 18fb248 commit 37ce70c

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

fern/products/sdks/overview/csharp/changelog/2026-03-19.mdx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 2.38.0
2+
**`(feat):`** Add optional `CancellationToken` parameter to all public async WebSocket methods
3+
(`ConnectAsync`, `CloseAsync`, and `Send` overloads). The token is threaded through
4+
the internal `WebSocketClient`, `WebSocketConnection`, and down to the underlying
5+
`ClientWebSocket.SendAsync`/`ConnectAsync`/`CloseAsync` calls, enabling callers to
6+
cancel long-running WebSocket operations.
7+
8+
19
## 2.37.2
210
**`(fix):`** Fix WebSocket binary messages being sent with `WebSocketMessageType.Text` instead of
311
`WebSocketMessageType.Binary`. `RequestBinaryMessage` and `RequestBinarySegmentMessage`

0 commit comments

Comments
 (0)