Skip to content

Commit 4bf5c97

Browse files
fern-supportgithub-actions[bot]
authored andcommitted
update changelogs
1 parent 3f462c0 commit 4bf5c97

2 files changed

Lines changed: 15 additions & 0 deletions

File tree

fern/products/cli-api-reference/cli-changelog/2026-06-05.mdx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 5.44.14
2+
**`(fix):`** Fix `fern export` to emit top-level `servers` array for multi-URL environments
3+
(`multipleBaseUrls`). Previously only single-URL environments produced servers.
4+
Each environment × base-URL combination is now listed with a description like
5+
`"Production (api)"`. Endpoint-level servers also now include the environment
6+
name in their description.
7+
8+
19
## 5.44.13
210
**`(fix):`** Fix `fern check` parameter-name collision validator to honor `x-fern-parameter-name`.
311
Previously, parameters with distinct `x-fern-parameter-name` overrides were still
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
## 1.44.1
2+
**`(fix):`** Honor the `exportedClientName` config when naming the generated root client
3+
constructor. Previously the SDK always exported `NewClient` while generated
4+
dynamic snippets referenced `New<exportedClientName>`, producing snippets
5+
that did not compile.
6+
7+

0 commit comments

Comments
 (0)