From 9c0f8d4fb82acc325c4381ff8d99c0f88466a375 Mon Sep 17 00:00:00 2001 From: thesandlord <8902396+thesandlord@users.noreply.github.com> Date: Mon, 14 Sep 2026 20:36:24 +0000 Subject: [PATCH] update changelogs --- .../cli-api-reference/cli-changelog/2026-09-14.mdx | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/fern/products/cli-api-reference/cli-changelog/2026-09-14.mdx b/fern/products/cli-api-reference/cli-changelog/2026-09-14.mdx index 769446f88..1921f4329 100644 --- a/fern/products/cli-api-reference/cli-changelog/2026-09-14.mdx +++ b/fern/products/cli-api-reference/cli-changelog/2026-09-14.mdx @@ -1,3 +1,11 @@ +## 5.122.0 +**`(feat):`** Preserve OpenAPI `xml` metadata when importing object schemas. Schemas with an `xml` object +are emitted with `encoding.xml` (name, namespace, prefix) in the IR, and their properties carry +`ObjectProperty.xml` describing whether they serialize as an attribute, text body, or child +element (including `wrapped` lists and the new `x-fern-xml-list-separator` / `x-fern-xml-text` +extensions). The same metadata can be expressed in Fern Definition files via `encoding.xml`. + + ## 5.121.2 **`(fix):`** Autogenerated examples now include required nullable properties with an explicit `null` instead of omitting them. Previously these properties were treated as optional, so generated SDK examples and wire tests could omit a key