From 1c5de63ae806725c30c8067240886cf56eba2489 Mon Sep 17 00:00:00 2001 From: thesandlord <8902396+thesandlord@users.noreply.github.com> Date: Tue, 22 Sep 2026 20:56:20 +0000 Subject: [PATCH] update changelogs --- .../cli-api-reference/cli-changelog/2026-09-22.mdx | 6 ++++++ .../generators/csharp/changelog/2026-09-22.mdx | 6 ++++++ .../sdks/generators/go/changelog/2026-09-22.mdx | 6 ++++++ .../sdks/generators/java/changelog/2026-09-22.mdx | 6 ++++++ .../sdks/generators/php/changelog/2026-09-22.mdx | 6 ++++++ .../generators/python/changelog/2026-09-22.mdx | 6 ++++++ .../sdks/generators/ruby/changelog/2026-09-22.mdx | 6 ++++++ .../sdks/generators/rust/changelog/2026-09-22.mdx | 6 ++++++ .../sdks/generators/swift/changelog/2026-09-22.mdx | 6 ++++++ .../generators/typescript/changelog/2026-09-22.mdx | 14 ++++++++++++++ 10 files changed, 68 insertions(+) create mode 100644 fern/products/sdks/generators/python/changelog/2026-09-22.mdx create mode 100644 fern/products/sdks/generators/rust/changelog/2026-09-22.mdx create mode 100644 fern/products/sdks/generators/typescript/changelog/2026-09-22.mdx diff --git a/fern/products/cli-api-reference/cli-changelog/2026-09-22.mdx b/fern/products/cli-api-reference/cli-changelog/2026-09-22.mdx index 44bc0ad1f..05c4e1ffa 100644 --- a/fern/products/cli-api-reference/cli-changelog/2026-09-22.mdx +++ b/fern/products/cli-api-reference/cli-changelog/2026-09-22.mdx @@ -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. diff --git a/fern/products/sdks/generators/csharp/changelog/2026-09-22.mdx b/fern/products/sdks/generators/csharp/changelog/2026-09-22.mdx index 05f2c2516..560bb361c 100644 --- a/fern/products/sdks/generators/csharp/changelog/2026-09-22.mdx +++ b/fern/products/sdks/generators/csharp/changelog/2026-09-22.mdx @@ -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. diff --git a/fern/products/sdks/generators/go/changelog/2026-09-22.mdx b/fern/products/sdks/generators/go/changelog/2026-09-22.mdx index f53b7d007..cb64b85f7 100644 --- a/fern/products/sdks/generators/go/changelog/2026-09-22.mdx +++ b/fern/products/sdks/generators/go/changelog/2026-09-22.mdx @@ -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 diff --git a/fern/products/sdks/generators/java/changelog/2026-09-22.mdx b/fern/products/sdks/generators/java/changelog/2026-09-22.mdx index b5e2bdfb4..28bd8d8d5 100644 --- a/fern/products/sdks/generators/java/changelog/2026-09-22.mdx +++ b/fern/products/sdks/generators/java/changelog/2026-09-22.mdx @@ -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 diff --git a/fern/products/sdks/generators/php/changelog/2026-09-22.mdx b/fern/products/sdks/generators/php/changelog/2026-09-22.mdx index 568f235c3..a25f4b23f 100644 --- a/fern/products/sdks/generators/php/changelog/2026-09-22.mdx +++ b/fern/products/sdks/generators/php/changelog/2026-09-22.mdx @@ -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. diff --git a/fern/products/sdks/generators/python/changelog/2026-09-22.mdx b/fern/products/sdks/generators/python/changelog/2026-09-22.mdx new file mode 100644 index 000000000..cac02db60 --- /dev/null +++ b/fern/products/sdks/generators/python/changelog/2026-09-22.mdx @@ -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. + + diff --git a/fern/products/sdks/generators/ruby/changelog/2026-09-22.mdx b/fern/products/sdks/generators/ruby/changelog/2026-09-22.mdx index c9e07f8b7..907144ace 100644 --- a/fern/products/sdks/generators/ruby/changelog/2026-09-22.mdx +++ b/fern/products/sdks/generators/ruby/changelog/2026-09-22.mdx @@ -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. diff --git a/fern/products/sdks/generators/rust/changelog/2026-09-22.mdx b/fern/products/sdks/generators/rust/changelog/2026-09-22.mdx new file mode 100644 index 000000000..6620b03ed --- /dev/null +++ b/fern/products/sdks/generators/rust/changelog/2026-09-22.mdx @@ -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. + + diff --git a/fern/products/sdks/generators/swift/changelog/2026-09-22.mdx b/fern/products/sdks/generators/swift/changelog/2026-09-22.mdx index bbd362e71..30f9450e8 100644 --- a/fern/products/sdks/generators/swift/changelog/2026-09-22.mdx +++ b/fern/products/sdks/generators/swift/changelog/2026-09-22.mdx @@ -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. diff --git a/fern/products/sdks/generators/typescript/changelog/2026-09-22.mdx b/fern/products/sdks/generators/typescript/changelog/2026-09-22.mdx new file mode 100644 index 000000000..e37409b19 --- /dev/null +++ b/fern/products/sdks/generators/typescript/changelog/2026-09-22.mdx @@ -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. + +