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,9 @@
## 5.131.3
**`(fix):`** Bump bundled @fern-api/generator-cli to 0.10.1. Auto-versioned MAJOR/MINOR bumps no longer
produce a version-only `changelog.md` block when the AI analysis returns an empty changelog
entry; the PR description, version bump reason, or commit message body is used instead.


## 5.131.2
**`(fix):`** Route generators.yml `version: latest` through sdk-gen-api as an unpinned Fern generator request.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 2.84.2
**`(chore):`** Bump bundled @fern-api/generator-cli to 0.10.1. Auto-versioned MAJOR/MINOR bumps no longer
produce a version-only `changelog.md` block when the AI analysis returns an empty changelog
entry; the PR description, version bump reason, or commit message body is used instead.


## 2.84.1
**`(fix):`** Honor the org-level whitelabel setting (`readmeConfig.whiteLabel`) and the `apiName`/`disabledSections` (IR `disabledFeatures`) readme
config options when generating README.md. Previously the "Built with Fern" badge was always emitted.
Expand Down
6 changes: 6 additions & 0 deletions fern/products/sdks/generators/go/changelog/2026-09-22.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 1.60.2
**`(chore):`** Bump bundled @fern-api/generator-cli to 0.10.1. Auto-versioned MAJOR/MINOR bumps no longer
produce a version-only `changelog.md` block when the AI analysis returns an empty changelog
entry; the PR description, version bump reason, or commit message body is used instead.


## 1.60.1
**`(fix):`** `DateTime.MarshalJSON` now formats with `time.RFC3339Nano`, so fractional seconds
survive a decode/encode round-trip. Whole-second values marshal byte-identically
Expand Down
6 changes: 6 additions & 0 deletions fern/products/sdks/generators/java/changelog/2026-09-22.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 4.21.1
**`(chore):`** Bump bundled @fern-api/generator-cli to 0.10.1. Auto-versioned MAJOR/MINOR bumps no longer
produce a version-only `changelog.md` block when the AI analysis returns an empty changelog
entry; the PR description, version bump reason, or commit message body is used instead.


## 4.21.0
**`(feat):`** Generated root clients (sync and async) now implement `AutoCloseable`. `close()` shuts down
the underlying `OkHttpClient`'s dispatcher executor and evicts its connection pool, but only
Expand Down
6 changes: 6 additions & 0 deletions fern/products/sdks/generators/php/changelog/2026-09-22.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 2.22.2
**`(chore):`** Bump bundled @fern-api/generator-cli to 0.10.1. Auto-versioned MAJOR/MINOR bumps no longer
produce a version-only `changelog.md` block when the AI analysis returns an empty changelog
entry; the PR description, version bump reason, or commit message body is used instead.


## 2.22.1
**`(fix):`** Honor the org-level whitelabel setting (`readmeConfig.whiteLabel`) and the `apiName`/`disabledSections` (IR `disabledFeatures`) readme
config options when generating README.md. Previously the "Built with Fern" badge was always emitted.
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
## 5.31.1
**`(chore):`** Bump bundled @fern-api/generator-cli to 0.10.1. Auto-versioned MAJOR/MINOR bumps no longer
produce a version-only `changelog.md` block when the AI analysis returns an empty changelog
entry; the PR description, version bump reason, or commit message body is used instead.


6 changes: 6 additions & 0 deletions fern/products/sdks/generators/ruby/changelog/2026-09-22.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 1.26.2
**`(chore):`** Bump bundled @fern-api/generator-cli to 0.10.1. Auto-versioned MAJOR/MINOR bumps no longer
produce a version-only `changelog.md` block when the AI analysis returns an empty changelog
entry; the PR description, version bump reason, or commit message body is used instead.


## 1.26.1
**`(fix):`** Honor the org-level whitelabel setting (`readmeConfig.whiteLabel`) and the `apiName`/`disabledSections` (IR `disabledFeatures`) readme
config options when generating README.md. Previously the "Built with Fern" badge was always emitted.
Expand Down
6 changes: 6 additions & 0 deletions fern/products/sdks/generators/rust/changelog/2026-09-22.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
## 0.47.10
**`(chore):`** Bump bundled @fern-api/generator-cli to 0.10.1. Auto-versioned MAJOR/MINOR bumps no longer
produce a version-only `changelog.md` block when the AI analysis returns an empty changelog
entry; the PR description, version bump reason, or commit message body is used instead.


Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.36.3
**`(chore):`** Bump bundled @fern-api/generator-cli to 0.10.1. Auto-versioned MAJOR/MINOR bumps no longer
produce a version-only `changelog.md` block when the AI analysis returns an empty changelog
entry; the PR description, version bump reason, or commit message body is used instead.


## 0.36.2
**`(fix):`** Honor the org-level whitelabel setting (`readmeConfig.whiteLabel`) and the `apiName`/`disabledSections` (IR `disabledFeatures`) readme
config options when generating README.md. Previously the "Built with Fern" badge was always emitted.
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
## 3.96.2
**`(fix):`** The generated OAuth wire-test mock (`tests/wire/mockAuth.ts`) now expects the `grant_type` the generated
`OAuthAuthProvider` actually sends. When the token endpoint models `grant_type` as a plain (optional) string
and the example omits it, the provider sends `grant_type: "client_credentials"` but the mock previously only
matched the example body, so the token request never matched and every authenticated wire test failed with
a connection-refused error.


## 3.96.1
**`(chore):`** Bump bundled @fern-api/generator-cli to 0.10.1. Auto-versioned MAJOR/MINOR bumps no longer
produce a version-only `changelog.md` block when the AI analysis returns an empty changelog
entry; the PR description, version bump reason, or commit message body is used instead.


Loading