@posthog/cli 0.9.2 → 0.9.3

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,11 @@
1
1
  # posthog-cli
2
2
 
3
+ ## 0.9.3 — 2026-07-30
4
+
5
+ ### Patch changes
6
+
7
+ - [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!
8
+
3
9
  ## 0.9.2 — 2026-07-28
4
10
 
5
11
  ### Patch changes