Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Loading