Release Notes
Patch changes
- 617ed9c912a Derive the
--release-mode eventchunk id from the minified source alone, and overwrite a symbol set whose content changed instead of failing. Bundlers embed the original file insourcesContent, so a comment-only edit rewrote the sourcemap and, with the map folded into the id, minted a new chunk for code that never changed. The content hash still covers source and map, so that edit re-uploads the chunk under its existing id. Chunk ids injected by earlier versions change once on the next build, which re-uploads those chunks under their new ids.--skip-on-conflictis now ignored in this mode, with a warning: every chunk carries the release id in its injected snippet, so every chunk conflicts on every release, and skipping them all would leave the previous release id in place. — Thanks @ablaszkiewicz!
Install posthog-cli 0.11.3
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/PostHog/posthog/releases/download/posthog-cli/v0.11.3/posthog-cli-installer.sh | shInstall prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/PostHog/posthog/releases/download/posthog-cli/v0.11.3/posthog-cli-installer.ps1 | iex"Install prebuilt binaries into your npm project
npm install @posthog/cli@0.11.3Download posthog-cli 0.11.3
| 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 |