Skip to content

Commit 5dbbe3a

Browse files
Update changelogs from fern repo (#3343)
Co-authored-by: Swimburger <3382717+Swimburger@users.noreply.github.com>
1 parent c6072fc commit 5dbbe3a

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

fern/products/sdks/overview/csharp/changelog/2026-01-28.mdx

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## 2.19.5
2+
**`(fix):`** Fix missing client-level headers for endpoints without endpoint-specific headers.
3+
4+
Previously, endpoints that didn't have endpoint-specific headers (like custom request headers)
5+
would not include client-level headers (API key, SDK version, additional headers) in their
6+
HTTP requests. This caused authentication failures for APIs that rely on headers set at the
7+
client level.
8+
9+
The fix ensures that all endpoints now properly merge headers from:
10+
* Client options headers (API key, SDK version, etc.)
11+
* Client additional headers (user-provided at client construction)
12+
* Request options additional headers (user-provided per-request)
13+
14+
115
## 2.19.4
216
**`(fix):`** Fix missing `[Optional]` and/or `Nullable` attributes on generated properties with defaults.
317

0 commit comments

Comments
 (0)