@posthog/cli 0.9.2 → 0.9.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # posthog-cli
2
2
 
3
+ ## 0.9.4 — 2026-07-30
4
+
5
+ ### Patch changes
6
+
7
+ - [a29315a19c](https://github.com/PostHog/posthog/commit/a29315a19c59003b5160f479bbd452b530f9500d) Sourcemap, dSYM, and ProGuard uploads now end with a single per-run summary line reporting how many chunks were uploaded, skipped as already present on the server, and skipped as too large. The summary is logged even when a run fails partway, and the same counts are attached to the `error_tracking_cli_sourcemaps_upload_finished` telemetry event so skip rates are queryable. — Thanks @ablaszkiewicz!
8
+
9
+ ## 0.9.3 — 2026-07-30
10
+
11
+ ### Patch changes
12
+
13
+ - [ccd7de59e0](https://github.com/PostHog/posthog/commit/ccd7de59e0399f26ddff1b60acba2a93b3be42a0) Symbol set uploads (`sourcemap upload`, `sourcemap upload-hermes`, `symbol-sets upload`, dSYM and Proguard uploads) are now significantly faster: chunk uploads reuse a single HTTP connection pool instead of opening a fresh TLS connection per chunk, payload content hashes are computed once (in parallel) instead of twice per file, and sourcemap payload preparation (serialization + compression) runs across all cores. — Thanks @hpouillot!
14
+
3
15
  ## 0.9.2 — 2026-07-28
4
16
 
5
17
  ### Patch changes