Skip to content

Python Sandbox SDK v0.1.12

Choose a tag to compare

@Pangjiping Pangjiping released this 22 Jun 08:22
· 6 commits to main since this release
7e7dee4

What's New

🐛 Bug Fixes

  • Large file upload failures — Fixed file uploads so large writes use chunked multipart when targeting execd directly, and Content-Length multipart when going through the server proxy. Previously, large file uploads could fail depending on the transport path. Per-entry text encoding handling is preserved in both upload paths. Includes async and sync regression tests that verify request framing and headers for both modes. (#1089)

👥 Contributors