From 84d9863cb2a0009ea805f006b3a1f787034a9db1 Mon Sep 17 00:00:00 2001 From: fern-support <126544928+fern-support@users.noreply.github.com> Date: Fri, 13 Mar 2026 19:09:32 +0000 Subject: [PATCH] update changelogs --- .../sdks/overview/csharp/changelog/2026-03-13.mdx | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/fern/products/sdks/overview/csharp/changelog/2026-03-13.mdx b/fern/products/sdks/overview/csharp/changelog/2026-03-13.mdx index cb09f94f75..723a99f638 100644 --- a/fern/products/sdks/overview/csharp/changelog/2026-03-13.mdx +++ b/fern/products/sdks/overview/csharp/changelog/2026-03-13.mdx @@ -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.