Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions fern/products/sdks/overview/csharp/changelog/2026-01-28.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## 2.19.5
**`(fix):`** Fix missing client-level headers for endpoints without endpoint-specific headers.

Previously, endpoints that didn't have endpoint-specific headers (like custom request headers)
would not include client-level headers (API key, SDK version, additional headers) in their
HTTP requests. This caused authentication failures for APIs that rely on headers set at the
client level.

The fix ensures that all endpoints now properly merge headers from:
* Client options headers (API key, SDK version, etc.)
* Client additional headers (user-provided at client construction)
* Request options additional headers (user-provided per-request)


## 2.19.4
**`(fix):`** Fix missing `[Optional]` and/or `Nullable` attributes on generated properties with defaults.

Expand Down