Skip to content

Commit d0aee03

Browse files
update changelogs
1 parent 1fa4268 commit d0aee03

File tree

4 files changed

+20
-0
lines changed

4 files changed

+20
-0
lines changed

fern/products/cli-api-reference/cli-changelog/2025-12-24.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 3.32.0
2+
**`(feat):`** Add `extends` field to dynamic IR ObjectType to expose inheritance information for generators that need to handle inheritance patterns differently (e.g., Rust uses flattened wrapper fields).
3+
4+
15
## 3.31.2
26
**`(fix):`** Fix broken link checker incorrectly flagging internal paths with external redirects as broken. Links to paths that redirect to external URLs (e.g., `/ui``https://auth-platform.example.com`) are now correctly validated.
37

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
## 0.13.6
2+
**`(fix):`** dynamic snippets to match struct naming and default handling
3+
4+
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
## 0.13.8
2+
**`(fix):`** Fix wire test request type naming to use IR declaration names instead of synthetic endpoint-based names. This ensures generated tests use correct type names like ResponseChargeBack instead of AddResponseRequest.
3+
4+
5+
## 0.13.7
6+
**`(fix):`** Fix wire test compilation by avoiding Default::default() on non-Default types. Always explicitly provide all fields in generated wire tests instead of relying on Default trait derivation.
7+
8+
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
## 0.13.9
2+
**`(fix):`** Preserve parameter order in dynamic snippets to match API schema definition order. Struct fields in generated Rust code now appear in the same order as defined in the API specification.
3+
4+

0 commit comments

Comments
 (0)