File tree Expand file tree Collapse file tree
cli-api-reference/cli-changelog
sdks/generators/go/changelog Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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+
You can’t perform that action at this time.
0 commit comments