Catalog / PostHog

posthog-cli 0.16.2

yesterdayfixedOriginal notes

Release Notes

Patch changes

  • 13dc107a02b Fix a race in sourcemap process: the source pairs are now read from disk once, injected, and the same in-memory pairs are uploaded. Previously inject and upload each re-walked the directory roots, so a bundler writing into the scanned directory mid-run (e.g. Turbopack's background filesystem-cache flush on Next.js 16.3+) could hand the upload pass chunks the inject pass never stamped, aborting the whole run with "Chunk ID not found". That error now names the offending file and says how to recover. --delete-after cleanup no longer fails the build when a file vanished or was replaced after upload: such pairs are skipped with a warning, and a replaced file's artifacts are left untouched instead of being stripped or deleted. Overlapping selection roots now process each file once instead of stamping it repeatedly. The "injecting selection" log line is bounded instead of printing every selected path, since a large stdin-provided selection used to produce a log line big enough to kill the CLI when stderr was a non-blocking pipe (e.g. spawned from Node.js). — Thanks @cat-ph!

Install posthog-cli 0.16.2

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/PostHog/posthog/releases/download/posthog-cli/v0.16.2/posthog-cli-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/PostHog/posthog/releases/download/posthog-cli/v0.16.2/posthog-cli-installer.ps1 | iex"

Install prebuilt binaries into your npm project

npm install @posthog/cli@0.16.2

Download posthog-cli 0.16.2

File Platform Checksum
posthog-cli-aarch64-apple-darwin.tar.gz Apple Silicon macOS checksum
posthog-cli-x86_64-apple-darwin.tar.gz Intel macOS checksum
posthog-cli-x86_64-pc-windows-msvc.zip x64 Windows checksum
posthog-cli-aarch64-unknown-linux-gnu.tar.gz ARM64 Linux checksum
posthog-cli-x86_64-unknown-linux-gnu.tar.gz x64 Linux checksum
posthog-cli-aarch64-unknown-linux-musl.tar.gz ARM64 MUSL Linux checksum
posthog-cli-x86_64-unknown-linux-musl.tar.gz x64 MUSL Linux checksum