Skip to content

Commit 0c216fa

Browse files
Update changelogs from fern repo (#5123)
Co-authored-by: dsinghvi <10870189+dsinghvi@users.noreply.github.com>
1 parent 1cc02c2 commit 0c216fa

2 files changed

Lines changed: 16 additions & 0 deletions

File tree

fern/products/cli-api-reference/cli-changelog/2026-04-23.mdx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 4.91.0
2+
**`(internal):`** Remove the abandoned `@fern-api/docs-parsers` dependency from `@fern-api/docs-resolver` and drop
3+
the hidden `fern fdr <path> --v2` code path that was the only remaining consumer. The upstream
4+
package was deleted from fern-platform in https://github.com/fern-api/fern-platform/pull/2420
5+
and hasn't been published since; removing it clears the transitive `uuid@9.0.1` from the lockfile.
6+
7+
18
## 4.90.0
29
**`(internal):`** Implement the FER-9980 autoversion pipeline. A new `GenerationCommitStep` +
310
`AutoVersionStep` run between the `[fern-generated]` commit and replay
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
## 1.36.0
2+
**`(feat):`** Support omitting username or password from basic auth when configured via
3+
`usernameOmit`/`passwordOmit` in the IR. When a field is omitted, it is
4+
removed from the SDK's public API (`WithBasicAuth` takes fewer arguments)
5+
and an empty string is used internally for the auth header encoding. When
6+
both fields are omitted, the `WithBasicAuth` call and Authorization header
7+
are skipped entirely.
8+
9+

0 commit comments

Comments
 (0)