Skip to content

Commit e3c2f7b

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

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 2.45.0
2+
**`(feat):`** Add `InjectTestMessage` internal method to generated WebSocket client classes.
3+
This allows unit tests to simulate incoming WebSocket messages by injecting raw
4+
JSON strings through the normal `OnTextMessage` pipeline without requiring a real
5+
WebSocket connection. The method is marked `internal` so it is only accessible
6+
via `[InternalsVisibleTo]` in test projects, keeping the public API surface clean.
7+
8+
19
## 2.44.0
210
**`(feat):`** Add queued sending via `Channel<T>` to the WebSocket connection layer. Two
311
unbounded channels (text and binary) are drained by dedicated background tasks

0 commit comments

Comments
 (0)