We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 894d032 commit b304e25Copy full SHA for b304e25
fern/products/cli-api-reference/cli-changelog/2025-10-02.mdx
@@ -1,3 +1,21 @@
1
+## 0.84.4
2
+**`(fix):`** Fix an issue where some optional properties were converted to required in the OpenAPI parser to Fern Definition.
3
+
4
5
+**`(fix):`** Fix an issue where some property descriptions were not being carried over in the OpenAPI parser to Fern Definition.
6
7
8
+**`(fix):`** Generate more compact Fern Definition when only a type is provided for optional properties.
9
+```yml
10
+# Before
11
+prop:
12
+ type: optional<Foo>
13
14
+# After
15
+prop: optional<Foo>
16
+```
17
18
19
## 0.84.3
20
**`(fix):`** Fix CLI files colliding when running multiple generators in the same group in local generation.
21
0 commit comments