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
18 changes: 18 additions & 0 deletions fern/products/cli-api-reference/cli-changelog/2025-10-02.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
## 0.84.4
**`(fix):`** Fix an issue where some optional properties were converted to required in the OpenAPI parser to Fern Definition.


**`(fix):`** Fix an issue where some property descriptions were not being carried over in the OpenAPI parser to Fern Definition.


**`(fix):`** Generate more compact Fern Definition when only a type is provided for optional properties.
```yml
# Before
prop:
type: optional<Foo>

# After
prop: optional<Foo>
```


## 0.84.3
**`(fix):`** Fix CLI files colliding when running multiple generators in the same group in local generation.

Expand Down