We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d4427e commit e82446fCopy full SHA for e82446f
1 file changed
fern/products/sdks/overview/csharp/changelog/2026-03-26.mdx
@@ -0,0 +1,8 @@
1
+## 2.54.7
2
+**`(fix):`** Wire Basic Auth credentials into the Authorization header. Previously,
3
+the generated client accepted username/password constructor parameters
4
+but never set the `Authorization: Basic <base64>` header on outgoing
5
+requests. The constructor now encodes the credentials and adds the
6
+header automatically.
7
+
8
0 commit comments