Skip to content
Merged
Show file tree
Hide file tree
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
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 5.44.14
**`(fix):`** Fix `fern export` to emit top-level `servers` array for multi-URL environments
(`multipleBaseUrls`). Previously only single-URL environments produced servers.
Each environment × base-URL combination is now listed with a description like
`"Production (api)"`. Endpoint-level servers also now include the environment
name in their description.


## 5.44.13
**`(fix):`** Fix `fern check` parameter-name collision validator to honor `x-fern-parameter-name`.
Previously, parameters with distinct `x-fern-parameter-name` overrides were still
Expand Down
7 changes: 7 additions & 0 deletions fern/products/sdks/generators/go/changelog/2026-06-05.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
## 1.44.1
**`(fix):`** Honor the `exportedClientName` config when naming the generated root client
constructor. Previously the SDK always exported `NewClient` while generated
dynamic snippets referenced `New<exportedClientName>`, producing snippets
that did not compile.


Loading