Uncompressed upload fallback when gzip fails
v7.21.1
1 fixThis release1 fixBug fixesAI-tallied from the release notes
Patch changes
- cd86110 Fall back to uncompressed uploads when gzip compression fails — Thanks @marandaneto!
Fetched June 29, 2026
v7.21.1
Fetched June 29, 2026
A new opt-in capture_mode="v1" enables the Capture V1 ingestion protocol, which uses Bearer auth, returns per-event results, and supports p…
PostHog · PostHog PythonBrowser requests now fall back to uncompressed format when gzip encoding fails, preventing silent request failures.
PostHog · PostHog JSDeployments containing files larger than Node's 2 GiB read limit now stream for hashing and uploading instead of crashing with ERR_FS_FILE_…
Vercel · Vercel CLIDeployments with files larger than 2 GiB no longer crash — files are now hashed and uploaded via streaming. When a file exceeds the server'…
Vercel · Vercel CLI