Skip to content

Releases: fern-api/fern

3.32.0

24 Dec 19:15
4ba16b4

Choose a tag to compare

feat(rust): preserve parameter order in dynamic snippets and fix wire…

3.31.2

24 Dec 02:46
0e2bea4

Choose a tag to compare

chore(cli): added changelog for last PR (#11394)

added changelog

3.31.1

23 Dec 22:18
155c796

Choose a tag to compare

fix(cli): fix double JSON.stringify in dynamic IR upload (#11392)

- Compute JSON.stringify once and reuse the result for body and Content-Length
- Use Buffer.byteLength for accurate Content-Length calculation

This reduces memory usage and ensures correct Content-Length header calculation.

Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Co-authored-by: Catherine Deskur <[email protected]>

3.31.0

23 Dec 15:48
94a9bd1

Choose a tag to compare

feat(cli): add dynamic-ir-only upload step for SDK (#11381)

* add log

* chore: --dynamic-ir-only

* format

---------

Co-authored-by: fern-bot <[email protected]>

3.30.6

23 Dec 14:12
b5d0a16

Choose a tag to compare

fix(cli): only upload dynamic IR after successful SDK generation (#11…

3.30.5

22 Dec 17:04
97a581b

Choose a tag to compare

fix(cli): support x-fern-base-path extension in OpenAPI v3 parser (#1…

3.30.4

22 Dec 12:57
8d267c0

Choose a tag to compare

chore(internal): add ACH to special tokens to preserve capitalization…

3.30.3

21 Dec 17:24
4dc7580

Choose a tag to compare

chore(cli): product switcher toggle (#11363)

* add version

* format

---------

Co-authored-by: fern-bot <[email protected]>

3.30.2

21 Dec 06:51
bb839d7

Choose a tag to compare

fix(cli): export all defined auth schemes for endpoint-security auth …

3.30.1

21 Dec 06:40
bf8deb3

Choose a tag to compare

feat(cli): update generators.yml schema to include endpoint security …