Skip to content

Commit fb4a23b

Browse files
Update changelogs from fern repo (#4419)
Co-authored-by: Swimburger <3382717+Swimburger@users.noreply.github.com>
1 parent af535b2 commit fb4a23b

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## 2.42.0
2+
**`(feat):`** Add support for HTTP/2 WebSockets via `SocketsHttpHandler`. A new `HttpInvoker`
3+
property on the WebSocket Options class allows passing an `HttpMessageInvoker` to
4+
enable multiplexing multiple WebSocket streams over a single TCP connection. When
5+
set, the connection factory configures `HttpVersion.Version20` and uses the
6+
`ConnectAsync(Uri, HttpMessageInvoker, CancellationToken)` overload on .NET 7+.
7+
On older targets the invoker is ignored and the standard connect path is used.
8+
9+
110
## 2.41.0
211
**`(feat):`** Add `ConnectTimeout` property to `WebSocketConnection` and `WebSocketClient` with a
312
default of 5 seconds. The connection factory call in `StartClient` now uses a linked

0 commit comments

Comments
 (0)