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