Skip to content

Commit 35029cd

Browse files
Update changelogs from fern repo (#5256)
Co-authored-by: dsinghvi <10870189+dsinghvi@users.noreply.github.com>
1 parent 48f1799 commit 35029cd

3 files changed

Lines changed: 24 additions & 0 deletions

File tree

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
## 2.63.3
2+
**`(fix):`** Fix dynamic snippets emitting wrong property name when PascalCase(property)
3+
collides with class name (e.g. CatalogV1Id.catalog_v1_id). The snippet
4+
generator now uses the same rename logic as the SDK (appending "_") so that
5+
generated examples compile without CS0542 / CS0117 errors.
6+
7+
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
## 4.6.4
2+
**`(fix):`** Fix dynamic snippet generation for multipart/form-data endpoints with file parameters.
3+
Previously, when a file value was not provided in the example, the file argument was
4+
omitted from the snippet, causing subsequent arguments to shift and produce compile errors
5+
(e.g. `incompatible types: <Op>Request cannot be converted to Optional<java.io.File>`).
6+
Now emits `null` for missing file arguments to keep positional args aligned.
7+
8+
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
## 0.34.1
2+
**`(fix):`** Properly escape control characters, real newlines, real backslashes, and
3+
real double quotes when emitting Swift string literals that wrap raw user
4+
data (example values, dynamic snippet inputs, JSON wire test fixtures).
5+
Previously, an example value containing a real newline (e.g. a multi-line
6+
iCalendar string) caused the generated SDK to fail Swift compilation with
7+
`error: unterminated string literal`.
8+
9+

0 commit comments

Comments
 (0)