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
7 changes: 7 additions & 0 deletions fern/products/sdks/overview/csharp/changelog/2026-03-19.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 2.38.1
**`(fix):`** Fix `Event<T>` thread-safety issue. `RaiseEvent` now snapshots the subscriber
collections under a lock before iterating, and `Subscribe`, `Unsubscribe`, and
`UnsubscribeAll` are synchronized to prevent `InvalidOperationException` when
handlers are added or removed concurrently from different threads.


## 2.38.0
**`(feat):`** Add optional `CancellationToken` parameter to all public async WebSocket methods
(`ConnectAsync`, `CloseAsync`, and `Send` overloads). The token is threaded through
Expand Down
Loading