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-19.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 2.39.0
**`(feat):`** Generate interfaces for WebSocket API classes (e.g., `IStreamApi`, `ITranscribeApi`)
to improve testability. Each WebSocket client now implements a corresponding interface
that declares all public event properties, `Status`, `ConnectAsync`, `Send`, and
`CloseAsync`. The root client interface (`ICortiClient`) also includes factory method
signatures (`CreateStreamApi`, `CreateTranscribeApi`) when WebSockets are enabled.


## 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
Expand Down
Loading