Skip to content

Commit ce05d1d

Browse files
authored
Update changelogs from fern repo (#4420)
1 parent fb4a23b commit ce05d1d

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## 2.43.0
2+
**`(feat):`** Add per-message deflate compression support (RFC 7692) for WebSocket connections.
3+
A new `EnableCompression` option on the generated WebSocket Options class enables
4+
`WebSocketDeflateOptions` via `ClientWebSocketOptions.DangerousDeflateOptions`.
5+
This can significantly reduce bandwidth for text-heavy (JSON) WebSocket APIs.
6+
Warning: Do not use compression when sending data containing secrets
7+
(CRIME/BREACH vulnerability).
8+
See https://learn.microsoft.com/dotnet/api/system.net.websockets.clientwebsocketoptions.dangerousdeflateoptions
9+
for details.
10+
11+
112
## 2.42.0
213
**`(feat):`** Add support for HTTP/2 WebSockets via `SocketsHttpHandler`. A new `HttpInvoker`
314
property on the WebSocket Options class allows passing an `HttpMessageInvoker` to

0 commit comments

Comments
 (0)