From b83b6be5ce2d5f1dc050b4d1bcfe765e1fcf81f8 Mon Sep 17 00:00:00 2001 From: iamnamananand996 <31537362+iamnamananand996@users.noreply.github.com> Date: Fri, 27 Mar 2026 10:26:41 +0000 Subject: [PATCH] update changelogs --- .../sdks/overview/csharp/changelog/2026-03-26.mdx | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 fern/products/sdks/overview/csharp/changelog/2026-03-26.mdx diff --git a/fern/products/sdks/overview/csharp/changelog/2026-03-26.mdx b/fern/products/sdks/overview/csharp/changelog/2026-03-26.mdx new file mode 100644 index 000000000..a2b99ba8e --- /dev/null +++ b/fern/products/sdks/overview/csharp/changelog/2026-03-26.mdx @@ -0,0 +1,8 @@ +## 2.54.7 +**`(fix):`** Wire Basic Auth credentials into the Authorization header. Previously, +the generated client accepted username/password constructor parameters +but never set the `Authorization: Basic ` header on outgoing +requests. The constructor now encodes the credentials and adds the +header automatically. + +