We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4c651e commit 9e19834Copy full SHA for 9e19834
1 file changed
fern/products/cli-api-reference/cli-changelog/2026-03-26.mdx
@@ -1,3 +1,12 @@
1
+## 4.46.4
2
+**`(fix):`** Fix OAuth client-credentials auth from generators.yml being converted to
3
+bearer token instead of proper OAuth in the new OpenAPI parser. The
4
+`convertApiAuth` in `ir-utils` had a TODO stub that fell back to bearer auth
5
+for OAuth schemes. A post-processing step in `OpenAPIConverter` now resolves
6
+OAuth endpoint references after paths are converted, constructing the full
7
+`AuthScheme.oauth` with resolved endpoint and property references.
8
+
9
10
## 4.46.3
11
**`(fix):`** Fix OpenAPI-to-Fern conversion producing malformed discriminated union
12
definitions when `x-fern-discriminator-context` is set. The context
0 commit comments