Skip to content

Commit 9e19834

Browse files
Update changelogs from fern repo (#4579)
Co-authored-by: dsinghvi <10870189+dsinghvi@users.noreply.github.com>
1 parent e4c651e commit 9e19834

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

fern/products/cli-api-reference/cli-changelog/2026-03-26.mdx

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
110
## 4.46.3
211
**`(fix):`** Fix OpenAPI-to-Fern conversion producing malformed discriminated union
312
definitions when `x-fern-discriminator-context` is set. The context

0 commit comments

Comments
 (0)