Skip to content

Commit dc7f12a

Browse files
authored
Update changelogs from fern repo (#4421)
1 parent ce05d1d commit dc7f12a

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 2.44.0
2+
**`(feat):`** Add queued sending via `Channel<T>` to the WebSocket connection layer. Two
3+
unbounded channels (text and binary) are drained by dedicated background tasks
4+
started alongside the connection. The non-blocking `Send(string)` and `Send(byte[])`
5+
methods return `bool` indicating whether the message was queued, while the existing
6+
`SendInstant` async-per-send path remains unchanged. Queues are completed in `Dispose`
7+
before cancellation tokens are signalled. Drain loop errors are surfaced through the
8+
`ExceptionOccurred` event.
9+
10+
111
## 2.43.0
212
**`(feat):`** Add per-message deflate compression support (RFC 7692) for WebSocket connections.
313
A new `EnableCompression` option on the generated WebSocket Options class enables

0 commit comments

Comments
 (0)