Skip to content

Commit 930d2f5

Browse files
fern-supportjsklan
andauthored
Update changelogs from fern repo (#4325)
Co-authored-by: jsklan <100491078+jsklan@users.noreply.github.com>
1 parent d02103d commit 930d2f5

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
## 3.44.2
2+
**`(fix):`** Generate named Java wrapper classes for unknown type aliases. Previously,
3+
when an API schema had no `type` and no `properties` (representing an
4+
"any" type), the generator dropped the named type definition and inlined
5+
`Object` wherever it was referenced. Unknown type aliases now generate a
6+
proper wrapper class (e.g. `DocumentedUnknownType`) based on
7+
`java.lang.Object`, consistent with how other alias types are handled.
8+
9+

0 commit comments

Comments
 (0)