Skip to content

Commit 6eaf10a

Browse files
Update changelogs from fern repo (#3494)
Co-authored-by: tstanmay13 <29681256+tstanmay13@users.noreply.github.com>
1 parent ce3d466 commit 6eaf10a

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.3
2+
**`(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.
3+
4+
15
## 3.64.2
26
**`(feat):`** Add support for OpenAPI server templating. Server variables are now preserved in the IR instead of being exploded into multiple environments, enabling SDKs to configure URL variables at runtime. Supports both single and multiple base URL environments.
37

0 commit comments

Comments
 (0)