Skip to content
Merged
Show file tree
Hide file tree
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
Expand Up @@ -5,7 +5,7 @@
**`(feat):`** Auto generate examples for HTTP endpoint error responses.

## 0.69.2
**`(fix):`** Add custom license name extraction for Java SDK generation. The CLI now reads the first line
**`(fix):`** Add custom license name extraction for Java SDK generation. The CLI now reads the first line
from custom LICENSE files and passes it to generators via the _fernLicenseName field in customConfig.


5 changes: 5 additions & 0 deletions fern/products/cli-api-reference/cli-changelog/2025-09-04.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.70.4
**`(fix):`** Add names to octet-stream requests and ensure they are named differently
than json requests on the same endpoint.


## 0.70.3
**`(fix):`** Add wrapper to avoid inline object type naming conflicts.
Specifically, we had this issue with nullable object types.
Expand Down