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: 2 additions & 2 deletions fern/products/cli-api-reference/cli-changelog/2025-09-09.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@


## 0.72.0
**`(feat):`** Introduces `group-multi-api-environments` flag for multi-API environment support. SDKs can now handle
multiple API products with per-environment base URLs, featuring automatic environment grouping and
**`(feat):`** Introduces `group-multi-api-environments` flag for multi-API environment support. SDKs can now handle
multiple API products with per-environment base URLs, featuring automatic environment grouping and
service-aware URL routing.


3 changes: 3 additions & 0 deletions fern/products/cli-api-reference/cli-changelog/2025-09-22.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 0.78.4
**`(fix):`** Collapse any combination of optional and nullable to optional<nullable<T>>.

## 0.78.3
**`(chore):`** Support IR v59 in the Rust SDK generator.

Loading