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
4 changes: 4 additions & 0 deletions fern/products/cli-api-reference/cli-changelog/2025-11-06.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.109.1
**`(fix):`** Fix TypeScript SDK generator's local GitHub generation to match remote generation.


## 0.109.0
**`(feat):`** Add support for binary primitive type in Conjure parser. Binary types are now converted to string with format: binary in Fern definitions, resolving "Cannot find declaration of type: binary" errors when importing Conjure files.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 3.28.3
**`(fix):`** Fix local GitHub generation to match remote generation.


## 3.28.2
**`(fix):`** Fix inconsistent path parameter casing in the WebSocket connect options.
The casing now follows the same rules as other HTTP path parameters:
Expand Down