Skip to content

Commit 1090c57

Browse files
Update changelogs from fern repo (#5204)
Co-authored-by: dsinghvi <10870189+dsinghvi@users.noreply.github.com>
1 parent 85d5377 commit 1090c57

2 files changed

Lines changed: 16 additions & 0 deletions

File tree

fern/products/cli-api-reference/cli-changelog/2026-04-28.mdx

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 4.105.0
2+
**`(fix):`** Fix branch creation during signed commit push in generator-cli. GitHub's
3+
updateRef API returns 422 (not 404) when the target branch does not exist,
4+
so the createRef fallback was unreachable.
5+
6+
7+
**`(feat):`** `fern docs dev` now exits with a hard error on Windows when long path support
8+
is not enabled, instead of printing a warning.
9+
10+
111
## 4.104.0
212
**`(chore):`** Improved translation logging by moving verbose page array output to debug level and formatting as a concise count instead of raw JSON array.
313

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
## 0.33.1
2+
**`(fix):`** Fix dynamic snippet generation for endpoints whose body `$ref`s a top-level
3+
schema. The snippet now passes the referenced type directly instead of
4+
wrapping it in a non-existent `.init(body:)` on the request wrapper struct.
5+
6+

0 commit comments

Comments
 (0)