Skip to content

Commit 2788c98

Browse files
Update changelogs from fern repo (#5308)
Co-authored-by: dsinghvi <10870189+dsinghvi@users.noreply.github.com>
1 parent fd5a1a1 commit 2788c98

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

fern/products/cli-api-reference/cli-changelog/2026-05-01.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 5.7.2
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, ...]`.
3+
4+
15
## 5.7.1
26
**`(fix):`** Preserve OpenAPI `default` values for array schemas across query parameters,
37
headers, request bodies, and response body properties so docs can render

fern/products/sdks/generators/typescript/changelog/2026-05-01.mdx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 3.69.0
2+
**`(feat):`** Add `auth` option to `BaseClientOptions` for custom auth handling. Accepts an
3+
undiscriminated union of a function returning auth headers, an `AuthProvider`
4+
implementation, or the existing auth credential options. This allows users with
5+
`alwaysSendAuth: true` to handle auth via custom fetchers without the built-in
6+
auth provider throwing on missing credentials.
7+
8+
19
## 3.68.1
210
**`(fix):`** Fix serialization schema for map types with nullable values. Previously, the
311
schema generator stripped nullable wrappers from map value types, causing a

0 commit comments

Comments
 (0)