Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions fern/products/sdks/overview/csharp/changelog/2026-03-20.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 2.45.0
**`(feat):`** Add `InjectTestMessage` internal method to generated WebSocket client classes.
This allows unit tests to simulate incoming WebSocket messages by injecting raw
JSON strings through the normal `OnTextMessage` pipeline without requiring a real
WebSocket connection. The method is marked `internal` so it is only accessible
via `[InternalsVisibleTo]` in test projects, keeping the public API surface clean.


## 2.44.0
**`(feat):`** Add queued sending via `Channel<T>` to the WebSocket connection layer. Two
unbounded channels (text and binary) are drained by dedicated background tasks
Expand Down
Loading