Skip to content

Commit 21ec380

Browse files
Update changelogs from fern repo (#3496)
Co-authored-by: sbawabe <87032489+sbawabe@users.noreply.github.com>
1 parent 6eaf10a commit 21ec380

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

fern/products/cli-api-reference/cli-changelog/2026-02-05.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 3.64.4
2+
**`(fix):`** Fix additionalProperties in examples being lost when a schema defines `additionalProperties: true`. Previously, additional properties in examples were set to undefined during conversion, causing them to be stripped from the output. Now the actual values from the example are preserved.
3+
4+
15
## 3.64.3
26
**`(fix):`** Fix extraction of large generated ZIP files (>2 GiB) by using the `yauzl-promise` library instead of the `decompress` library. Node.js has a 2 GiB limit for reading files into buffers, which caused the `decompress` library to fail with `ERR_FS_FILE_TOO_LARGE` errors for large SDK outputs. The `yauzl-promise` library streams ZIP entries individually instead of loading the entire file into memory.
37

0 commit comments

Comments
 (0)