python/sandbox/v0.1.12

phiresky/ripgrep-allpython/sandbox/v0.1.12Jun 22, 2026by Pangjiping

AI Summary

Fixes large file upload failures by using chunked multipart.

Key Highlights

  • Uses chunked multipart for large file uploads via execd
  • Fixes upload failures depending on transport path

Full Release Notes

## 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

- @Gujiassh