Skip to content

Commit 5890486

Browse files
authored
Update changelogs from fern repo (#1800)
1 parent f3d75b2 commit 5890486

File tree

11 files changed

+40
-5
lines changed

11 files changed

+40
-5
lines changed

fern/products/cli-api-reference/cli-changelog/2025-11-05.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.107.10
2+
**`(chore):`** Update migration logic to support new generator versions with ir v61.
3+
4+
15
## 0.107.9
26
**`(fix):`** Implement variant ranking in anyOf/oneOf example generation to prefer variants that use provided examples without coercion over variants that require coercion or generate fallback examples. When a schema has anyOf: [number, string] with examples: ["2500"], the string variant is now preferred since it can use the provided example as-is, rather than the number variant which would coerce it to a number.
37

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
## 2.7.0
2+
**`(feat):`** Added Generation Metadata file to output
3+
4+
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
## 1.14.0
2+
**`(feat):`** Added Generation Metadata file to output
3+
4+

fern/products/sdks/overview/java/changelog/2025-11-05.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 3.13.0
2+
**`(feat):`** Added Generation Metadata file to output.
3+
4+
15
## 3.12.1
26
**`(fix):`** Fix query and header parameters leaking into request body JSON. Only body parameters are now serialized in the request payload.
37

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
## 1.18.0
2+
**`(feat):`** Added Generation Metadata file to output
3+
4+
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
## 4.33.0
2+
**`(feat):`** Added Generation Metadata file to output
3+

fern/products/sdks/overview/ruby/changelog/2025-11-03.mdx

Lines changed: 0 additions & 5 deletions
This file was deleted.

fern/products/sdks/overview/ruby/changelog/2025-11-04.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,8 @@
33
The generator now creates proper union type classes for undiscriminated unions that were previously being skipped.
44

55

6+
## 1.0.0-rc31
7+
**`(fix):`** Fix deserialization of API responses with non-snake_case field names (e.g., camelCase, PascalCase, SCREAMING_SNAKE_CASE).
8+
The generator now preserves wire format field names via the api_name parameter when generating field definitions.
9+
10+
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
## 0.10.0
2+
**`(feat):`** Added Generation Metadata file to output
3+
4+
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
## 0.22.0
2+
**`(feat):`** Added Generation Metadata file to output.
3+
4+

0 commit comments

Comments
 (0)