Skip to content

Commit b304e25

Browse files
Update changelogs from fern repo (#1094)
Co-authored-by: Swimburger <[email protected]>
1 parent 894d032 commit b304e25

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

fern/products/cli-api-reference/cli-changelog/2025-10-02.mdx

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
119
## 0.84.3
220
**`(fix):`** Fix CLI files colliding when running multiple generators in the same group in local generation.
321

0 commit comments

Comments
 (0)