Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions fern/products/cli-api-reference/cli-changelog/2026-03-26.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## 4.46.2
**`(fix):`** Fix Go SDK auto-versioning returning incorrect versions for modules with
major version >= 2. The Go module proxy treats `github.com/owner/repo` and
`github.com/owner/repo/v2` as separate modules, but `getGoPackageName()`
only constructed the base path without the `/vN` suffix. This caused the
version resolver to find ancient v0.x versions instead of the current v2.x+
versions, producing wrong `sdkVersion` values in `.fern/metadata.json` and
incorrect module paths in generated code. The Go proxy lookup now probes
`/v2` through `/v10` in parallel to discover the highest published major
version.


## 4.46.0
**`(feat):`** Add `check.rules` to `docs.yml` to configure severities for selected docs
validation rules, including OpenAPI example validation, broken links,
Expand Down
Loading