Patch Builder | V133 [upd]
It addressed the three biggest complaints of the modern "Builder" era:
: Fixed a bug where large file transfers would timeout during the final compression stage. patch builder v133
| v132 Behavior | v133 Behavior | Migration Path | |---------------|----------------|----------------| | Patch format .pb132 | .pb133 (not backward compatible) | Use patch-builder convert old.pb132 old.pb133 --upgrade | | Allowed missing source files | Strict source validation | Set --allow-missing flag explicitly (off by default) | | Global temp dir ( /tmp/pb ) | Per‑build namespaced temp ( $TMPDIR/pb-<buildID>/ ) | Update cleanup scripts to glob pb-* | | Environment variable PB_LOG_LEVEL | PB_LOG_LEVEL still works, but new PB_JSON_LOG=true for structured logging | No action required for basic users | It addressed the three biggest complaints of the