File tree Expand file tree Collapse file tree
fern/products/sdks/overview/csharp/changelog Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 `
314property on the WebSocket Options class allows passing an ` HttpMessageInvoker ` to
You can’t perform that action at this time.
0 commit comments