Skip to content

Commit e240f2c

Browse files
Update changelogs from fern repo (#5096)
Co-authored-by: dsinghvi <10870189+dsinghvi@users.noreply.github.com>
1 parent 55f0ea5 commit e240f2c

10 files changed

Lines changed: 61 additions & 0 deletions

File tree

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 4.87.1
2+
**`(fix):`** Gracefully handle "Self-referencing circular pointer" errors from OpenAPI specs.
3+
Instead of failing the entire publish, the CLI now logs a warning with the
4+
offending file path and circular $ref breadcrumbs, then continues processing
5+
without full reference resolution.
6+
7+
18
## 4.87.0
29
**`(feat):`** Add new `docs.yml` metadata fields for controlling dynamically generated OG images:
310
`og:dynamic:text-color`, `og:dynamic:background-color`, `og:dynamic:logo-color`

fern/products/sdks/generators/csharp/changelog/2026-04-22.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 2.61.2
2+
**`(chore):`** Bump @fern-api/generator-cli to 0.9.11. The GitHub pipeline step now creates
3+
signed commits via the GitHub REST API (matching fiddle's legacy InMemoryGitRepo
4+
push path), restoring verified fern-api[bot] commits on replay-enabled orgs.
5+
6+
17
## 2.61.1
28
**`(fix):`** Emit a `Body` property of type `System.IO.Stream` on wrapped request records
39
for endpoints whose request body is `bytes`. Previously the endpoint client

fern/products/sdks/generators/go/changelog/2026-04-22.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 1.35.1
2+
**`(chore):`** Bump @fern-api/generator-cli to 0.9.11. The GitHub pipeline step now creates
3+
signed commits via the GitHub REST API (matching fiddle's legacy InMemoryGitRepo
4+
push path), restoring verified fern-api[bot] commits on replay-enabled orgs.
5+
6+
17
## 1.35.0
28
**`(feat):`** Add `offsetSemantics` config option. When set to `"item-index"`, offset pagination increments by the number of items returned each page instead of by 1 (`"page-index"`, the default).
39

fern/products/sdks/generators/java/changelog/2026-04-22.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 4.4.1
2+
**`(chore):`** Bump @fern-api/generator-cli to 0.9.11. The GitHub pipeline step now creates
3+
signed commits via the GitHub REST API (matching fiddle's legacy InMemoryGitRepo
4+
push path), restoring verified fern-api[bot] commits on replay-enabled orgs.
5+
6+
17
## 4.4.0
28
**`(feat):`** Add `offset-semantics` config option. When set to `"item-index"`, offset pagination increments by the number of items returned each page instead of by 1 (`"page-index"`, the default).
39

fern/products/sdks/generators/php/changelog/2026-04-22.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 2.5.1
2+
**`(chore):`** Bump @fern-api/generator-cli to 0.9.11. The GitHub pipeline step now creates
3+
signed commits via the GitHub REST API (matching fiddle's legacy InMemoryGitRepo
4+
push path), restoring verified fern-api[bot] commits on replay-enabled orgs.
5+
6+
17
## 2.5.0
28
**`(feat):`** Add `offsetSemantics` config option. When set to `"page-index"`, offset pagination increments by 1 each page instead of by the number of items returned (`"item-index"`, the default).
39

fern/products/sdks/generators/python/changelog/2026-04-22.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 5.5.9
2+
**`(chore):`** Bump @fern-api/generator-cli to 0.9.11. The GitHub pipeline step now creates
3+
signed commits via the GitHub REST API (matching fiddle's legacy InMemoryGitRepo
4+
push path), restoring verified fern-api[bot] commits on replay-enabled orgs.
5+
6+
17
## 5.5.8
28
**`(fix):`** Fix wire test verification for endpoints with multi-value array query parameters.
39

fern/products/sdks/generators/ruby/changelog/2026-04-22.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 1.7.1
2+
**`(chore):`** Bump @fern-api/generator-cli to 0.9.11. The GitHub pipeline step now creates
3+
signed commits via the GitHub REST API (matching fiddle's legacy InMemoryGitRepo
4+
push path), restoring verified fern-api[bot] commits on replay-enabled orgs.
5+
6+
17
## 1.7.0
28
**`(feat):`** Add `offsetSemantics` config option. When set to `"page-index"`, offset pagination increments by 1 each page instead of by the number of items returned (`"item-index"`, the default).
39

fern/products/sdks/generators/rust/changelog/2026-04-22.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.33.3
2+
**`(chore):`** Bump @fern-api/generator-cli to 0.9.11. The GitHub pipeline step now creates
3+
signed commits via the GitHub REST API (matching fiddle's legacy InMemoryGitRepo
4+
push path), restoring verified fern-api[bot] commits on replay-enabled orgs.
5+
6+
17
## 0.33.2
28
**`(fix):`** Fix wire test verification for endpoints with multi-value array query parameters.
39

fern/products/sdks/generators/swift/changelog/2026-04-22.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.32.2
2+
**`(chore):`** Bump @fern-api/generator-cli to 0.9.11. The GitHub pipeline step now creates
3+
signed commits via the GitHub REST API (matching fiddle's legacy InMemoryGitRepo
4+
push path), restoring verified fern-api[bot] commits on replay-enabled orgs.
5+
6+
17
## 0.32.1
28
**`(chore):`** Add crash reporting via Sentry to the generator runtime, and classify
39
thrown errors using the new shared `GeneratorError` taxonomy so user-facing

fern/products/sdks/generators/typescript/changelog/2026-04-22.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 3.65.2
2+
**`(chore):`** Bump @fern-api/generator-cli to 0.9.11. The GitHub pipeline step now creates
3+
signed commits via the GitHub REST API (matching fiddle's legacy InMemoryGitRepo
4+
push path), restoring verified fern-api[bot] commits on replay-enabled orgs.
5+
6+
17
## 3.65.1
28
**`(chore):`** Wire the generator runtime into Sentry so internal generator errors are
39
reported with full context. User-facing failures (config, validation, auth,

0 commit comments

Comments
 (0)