Releases: fern-api/fern
Releases · fern-api/fern
3.32.0
3.31.2
chore(cli): added changelog for last PR (#11394) added changelog
3.31.1
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
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
fix(cli): only upload dynamic IR after successful SDK generation (#11…
3.30.5
fix(cli): support x-fern-base-path extension in OpenAPI v3 parser (#1…
3.30.4
chore(internal): add ACH to special tokens to preserve capitalization…
3.30.3
chore(cli): product switcher toggle (#11363) * add version * format --------- Co-authored-by: fern-bot <[email protected]>
3.30.2
fix(cli): export all defined auth schemes for endpoint-security auth …
3.30.1
feat(cli): update generators.yml schema to include endpoint security …