Skip to content

Commit 74524b2

Browse files
Update changelogs from fern repo (#4267)
Co-authored-by: Swimburger <3382717+Swimburger@users.noreply.github.com>
1 parent 1049dbe commit 74524b2

2 files changed

Lines changed: 22 additions & 0 deletions

File tree

fern/products/cli-api-reference/cli-changelog/2026-03-13.mdx

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## 4.29.0
2+
**`(feat):`** Add AI changelog rollup for multi-chunk diff analysis. When large diffs
3+
are split into multiple chunks, the resulting changelog entries are now
4+
consolidated via a dedicated AI call that deduplicates repetitive bullets,
5+
groups changes under Keep a Changelog headers (Breaking Changes, Added,
6+
Changed, Fixed), and produces a structured PR description with
7+
Before/After code fences for breaking changes. Also adds a
8+
`version_bump_reason` field to AI analysis responses, providing an
9+
explicit one-sentence justification for why MAJOR/MINOR/PATCH was chosen.
10+
11+
112
## 4.28.0
213
**`(feat):`** Add `coerce-consts-to` setting for controlling how OpenAPI/AsyncAPI
314
`const` values are represented. Set to `literals` to convert them directly
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
## 3.55.0
2+
**`(feat):`** Add a passthrough `fetch` method to the root client class of all generated TypeScript SDKs.
3+
The method mimics the standard `fetch` API while automatically applying the SDK's configured
4+
authentication, base URL resolution, retry logic with exponential backoff, request timeouts,
5+
custom headers, and logging. This allows users to make requests to endpoints not yet exposed
6+
in the SDK definition (e.g., new public endpoints, closed beta endpoints) without additional
7+
setup. The method accepts three parameters: `url` (string or relative path), `init` (standard
8+
`RequestInit`), and `requestOptions` (SDK-specific overrides for timeout, retries, headers,
9+
and abort signal).
10+
11+

0 commit comments

Comments
 (0)