1.34.8
(fix): Fix incorrect import paths in generated _test.go files for types
referencing nested cross-package types. Previously, only the leaf
package name was used (e.g., fern/foo), dropping intermediate path
segments. Now the full path is used (e.g., fern/common/foo),
matching the behavior of non-test generated files.
1.34.7
(fix): Enforce strict config key casing in the Go SDK generator. Config keys in
generators.yml must now use exact camelCase (e.g., importPath, not
importpath). Previously, miscased keys were silently accepted by the v1
generator but ignored by the v2 generator, causing confusing go mod tidy
failures.
1.34.6
(chore): Bump @fern-api/generator-cli to 0.9.8. Changelog URLs in generated PRs
now use the commit SHA instead of the PR branch name, keeping the link
valid after the branch is deleted or squash-merged.