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-13.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 2.28.0
**`(feat):`** Generate a separate WireMock server for each test fixture instead of sharing
a single global server across all mock server tests. Each test class now starts
and stops its own `WireMockServer` in `[OneTimeSetUp]`/`[OneTimeTearDown]`,
and test fixtures are annotated with `[Parallelizable(ParallelScope.Self)]`
so NUnit can run them in parallel.


## 2.27.1
**`(fix):`** Fix retry test assertions to match the SDK's indented JSON serialization.

Expand Down
Loading