From 47875077ea7308a2f45f8ff86fe7d8e551404efb Mon Sep 17 00:00:00 2001 From: jsklan <100491078+jsklan@users.noreply.github.com> Date: Fri, 19 Jun 2026 02:29:49 +0000 Subject: [PATCH] update changelogs --- .../sdks/generators/csharp/changelog/2026-06-19.mdx | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/fern/products/sdks/generators/csharp/changelog/2026-06-19.mdx b/fern/products/sdks/generators/csharp/changelog/2026-06-19.mdx index d4315b25f..736a15062 100644 --- a/fern/products/sdks/generators/csharp/changelog/2026-06-19.mdx +++ b/fern/products/sdks/generators/csharp/changelog/2026-06-19.mdx @@ -1,3 +1,11 @@ +## 2.68.4 +**`(fix):`** Fix argument ordering for endpoints that have both a request body and a path parameter with a +client default. Such path parameters are optional in the generated method signature and are placed +after the request body, so the generated snippets, wire tests, and dynamic snippets now order their +arguments to match (placing required path parameters before the body and optional ones after, and +using named arguments in dynamic snippets where ordering is otherwise ambiguous). + + ## 2.68.3 **`(fix):`** Fixed C# generation failures for APIs that declare a model type named `Test`. The generated test project no longer emits a `{Namespace}.Test` namespace that