File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed
fern/products/sdks/overview/csharp/changelog Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments