From de6bb85ba156da99386236aa952cfc778c450e1a Mon Sep 17 00:00:00 2001 From: dsinghvi <10870189+dsinghvi@users.noreply.github.com> Date: Fri, 1 May 2026 20:18:34 +0000 Subject: [PATCH] update changelogs --- .../cli-api-reference/cli-changelog/2026-05-01.mdx | 4 ++++ .../sdks/generators/typescript/changelog/2026-05-01.mdx | 8 ++++++++ 2 files changed, 12 insertions(+) diff --git a/fern/products/cli-api-reference/cli-changelog/2026-05-01.mdx b/fern/products/cli-api-reference/cli-changelog/2026-05-01.mdx index 9a2669dc8..b12967f8b 100644 --- a/fern/products/cli-api-reference/cli-changelog/2026-05-01.mdx +++ b/fern/products/cli-api-reference/cli-changelog/2026-05-01.mdx @@ -1,3 +1,7 @@ +## 5.7.2 +**`(fix):`** Allow BCP 47 locale tags (e.g. `ja-JP`, `pt-BR`, `zh-Hans-CN`) in the `translations` and `languages` fields of `docs.yml`. Previously these were rejected by the JSON-schema validator with `must be one of [en, es, fr, ...]`. + + ## 5.7.1 **`(fix):`** Preserve OpenAPI `default` values for array schemas across query parameters, headers, request bodies, and response body properties so docs can render diff --git a/fern/products/sdks/generators/typescript/changelog/2026-05-01.mdx b/fern/products/sdks/generators/typescript/changelog/2026-05-01.mdx index 0c767efa2..aac04d6f9 100644 --- a/fern/products/sdks/generators/typescript/changelog/2026-05-01.mdx +++ b/fern/products/sdks/generators/typescript/changelog/2026-05-01.mdx @@ -1,3 +1,11 @@ +## 3.69.0 +**`(feat):`** Add `auth` option to `BaseClientOptions` for custom auth handling. Accepts an +undiscriminated union of a function returning auth headers, an `AuthProvider` +implementation, or the existing auth credential options. This allows users with +`alwaysSendAuth: true` to handle auth via custom fetchers without the built-in +auth provider throwing on missing credentials. + + ## 3.68.1 **`(fix):`** Fix serialization schema for map types with nullable values. Previously, the schema generator stripped nullable wrappers from map value types, causing a