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 <catherine@buildwithfern.com>