Skip to content

3.31.1

Choose a tag to compare

@github-actions github-actions released this 23 Dec 22:18
· 1307 commits to main since this release
155c796
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 <catherine@buildwithfern.com>